2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 16:59:02 +00:00

chore: use lib folder + fix customisation modules

This commit is contained in:
Joaquín Sánchez Jiménez 2022-03-02 21:33:10 +01:00
parent e74f332fb9
commit 0a8a0c9a23
2 changed files with 7 additions and 7 deletions

View File

@ -1,16 +1,16 @@
import { defineBuildConfig } from 'unbuild'
export default defineBuildConfig({
outDir: './dual-lib',
outDir: './lib',
entries: [
{ input: 'src/colors/types', name: 'colors/types' },
{ input: 'src/colors/keywords', name: 'colors/keywords' },
{ input: 'src/colors/index', name: 'colors/index' },
{ input: 'src/customisations/bool', name: 'customizations/bool' },
{ input: 'src/customisations/compare', name: 'customizations/compare' },
{ input: 'src/customisations/index', name: 'customizations/index' },
{ input: 'src/customisations/rotate', name: 'customizations/rotate' },
{ input: 'src/customisations/shorthand', name: 'customizations/shorthand' },
{ input: 'src/customisations/bool', name: 'customisations/bool' },
{ input: 'src/customisations/compare', name: 'customisations/compare' },
{ input: 'src/customisations/index', name: 'customisations/index' },
{ input: 'src/customisations/rotate', name: 'customisations/rotate' },
{ input: 'src/customisations/shorthand', name: 'customisations/shorthand' },
{ input: 'src/icon/index', name: 'icon/index' },
{ input: 'src/icon/merge', name: 'icon/merge' },
{ input: 'src/icon/name', name: 'icon/name' },

View File

@ -1,7 +1,7 @@
{
"compilerOptions": {
"rootDir": "./",
"outDir": "./dual-lib",
"outDir": "./lib",
"target": "ES2019",
"module": "ESNext",
"lib": [