Skip to content

Commit

Permalink
update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler committed Dec 7, 2020
1 parent a947644 commit 376fcd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ export default [
}),
babel({
babelrc: false,
presets: ['@babel/preset-typescript', '@babel/preset-react'],
presets: [
['@babel/preset-env', { targets: 'node 10 and not IE 11' }],
'@babel/preset-typescript',
'@babel/preset-react',
],
plugins: ['@babel/plugin-transform-runtime'],
babelHelpers: 'runtime',
extensions,
Expand Down

0 comments on commit 376fcd9

Please sign in to comment.