8000 build: update config · coreui/coreui-utils@d039d22 · GitHub
[go: up one dir, main page]

Skip to content

Commit d039d22

Browse files
committed
build: update config
1 parent fc52763 commit d039d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rollup.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default [
2020
],
2121
plugins: [
2222
typescript({
23-
exclude: ['**/__tests__/**'],
23+
exclude: ['**/__tests__/**', '**/index.umd.ts'],
2424
tsconfig: './tsconfig.cjs.json',
2525
}),
2626
replace({
@@ -41,7 +41,7 @@ export default [
4141
],
4242
plugins: [
4343
typescript({
44-
exclude: ['**/__tests__/**'],
44+
exclude: ['**/__tests__/**', '**/index.umd.ts'],
4545
tsconfig: './tsconfig.esm.json',
4646
}),
4747
replace({

0 commit comments

Comments
 (0)
0