We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b9f866 + 4018bfe commit a886306Copy full SHA for a886306
rollup.config.js
@@ -24,6 +24,7 @@ export default [
24
},
25
],
26
plugins: [resolve(), commonjs(), postcss(), typescript({ tsconfig: './tsconfig.json' })],
27
+ external: ['react', 'react-dom', /\.(css|less|scss)$/],
28
29
{
30
input: 'dist/esm/types/src/index.d.ts',
0 commit comments