Skip to content

Commit 4018bfe

Browse files
committed
fix rollup
1 parent 5b9f866 commit 4018bfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default [
2424
},
2525
],
2626
plugins: [resolve(), commonjs(), postcss(), typescript({ tsconfig: './tsconfig.json' })],
27+
external: ['react', 'react-dom', /\.(css|less|scss)$/],
2728
},
2829
{
2930
input: 'dist/esm/types/src/index.d.ts',

0 commit comments

Comments
 (0)