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.
1 parent 60a42ae commit 911debcCopy full SHA for 911debc
packages/babel-preset-react-app/index.js
@@ -49,10 +49,10 @@ module.exports = function(api, opts) {
49
targets: {
50
// React parses on ie 9, so we should too
51
ie: 9,
52
- // We currently minify with uglify
53
- // Remove after https://github.com/mishoo/UglifyJS2/issues/448
54
- forceAllTransforms: true,
55
},
+ // We currently minify with uglify
+ // Remove after https://github.com/mishoo/UglifyJS2/issues/448
+ forceAllTransforms: true,
56
// Disable polyfill transforms
57
useBuiltIns: false,
58
// Do not transform modules to CJS
0 commit comments