Skip to content

Commit

Permalink
update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
vnys committed Mar 12, 2020
1 parent ab8e7df commit 183a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/core-react/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default [
},
plugins: [
json(),
resolve({ extensions: ['.jsx'] }),
resolve({ extensions: ['.jsx', '.js'] }),
babel({
exclude: 'node_modules/**',
presets: ['@babel/env', '@babel/preset-react'],
Expand Down

0 comments on commit 183a175

Please sign in to comment.