mirror of
https://github.com/iconify/iconify.git
synced 2024-11-17 10:05:09 +00:00
fix: clean commonjs output for react component
This commit is contained in:
parent
a6123879a6
commit
dba669623d
@ -4,7 +4,7 @@
|
||||
"useDefineForClassFields": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||||
"allowJs": false,
|
||||
"skipLibCheck": false,
|
||||
"skipLibCheck": true,
|
||||
"esModuleInterop": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
|
@ -26,6 +26,7 @@ names.forEach((name) => {
|
||||
{
|
||||
file: `dist/${name}.js`,
|
||||
format: 'cjs',
|
||||
interop: false,
|
||||
},
|
||||
],
|
||||
external: ['react'],
|
||||
|
Loading…
Reference in New Issue
Block a user