Skip to content

Commit

Permalink
Merge pull request #32 from upalatucci/fix-rollup-config
Browse files Browse the repository at this point in the history
fix rollup
  • Loading branch information
glekner authored Feb 8, 2022
2 parents 5b9f866 + 4018bfe commit a886306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default [
},
],
plugins: [resolve(), commonjs(), postcss(), typescript({ tsconfig: './tsconfig.json' })],
external: ['react', 'react-dom', /\.(css|less|scss)$/],
},
{
input: 'dist/esm/types/src/index.d.ts',
Expand Down

0 comments on commit a886306

Please sign in to comment.