Skip to content

Commit a886306

Browse files
authored
Merge pull request #32 from upalatucci/fix-rollup-config
fix rollup
2 parents 5b9f866 + 4018bfe commit a886306

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)