Skip to content

Commit

Permalink
Update rollup config for babel 7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed Dec 4, 2019
1 parent 1dd6094 commit 3e98267
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
babelrc: false,
plugins: [
'@babel/plugin-transform-object-assign',
['@babel/transform-runtime', { polyfill: false, useBuiltIns: true }],
'@babel/transform-runtime',
'transform-react-constant-elements',
'transform-dev-warning',
[
Expand Down Expand Up @@ -69,7 +69,6 @@ export default {
modules: false,
},
],
['@babel/preset-stage-1', { loose: true }],
'@babel/preset-react',
],
}),
Expand Down

0 comments on commit 3e98267

Please sign in to comment.