Skip to content

Commit 4e042ad

Browse files
committed
Mini fix
1 parent 8f37f27 commit 4e042ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rollup.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ export default {
3030
}),
3131
external(),
3232
resolve(),
33-
//typescript({
34-
// rollupCommonJSResolveHack: true,
35-
// exclude: ["**/__tests__/**", "**/*.stories.tsx"],
36-
// clean: true,
37-
//}),
38-
typescript(),
33+
typescript({
34+
rollupCommonJSResolveHack: true,
35+
exclude: ["**/__tests__/**", "**/*.stories.tsx"],
36+
clean: true,
37+
}),
38+
//typescript(),
3939
terser(),
4040
commonjs({
4141
include: ["node_modules/**"],

0 commit comments

Comments
 (0)