File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ module.exports = {
77 presets : [
88 // Latest stable ECMAScript features
99 require . resolve ( '@babel/preset-flow' ) ,
10- [
11- require . resolve ( '@babel/preset-env' ) ,
12- {
13- targets : {
14- chrome : 67 ,
15- // We currently minify with uglify
16- // Remove after https://github.com/mishoo/UglifyJS2/issues/448
17- } ,
18- // Disable polyfill transforms
19- useBuiltIns : false ,
20- modules : false ,
21- forceAllTransforms : true ,
22- } ,
23- ] ,
10+ // [
11+ // require.resolve('@babel/preset-env'),
12+ // {
13+ // targets: {
14+ // chrome: 67,
15+ // // We currently minify with uglify
16+ // // Remove after https://github.com/mishoo/UglifyJS2/issues/448
17+ // },
18+ // // Disable polyfill transforms
19+ // useBuiltIns: false,
20+ // modules: false,
21+ // forceAllTransforms: true,
22+ // },
23+ // ],
2424 // JSX, Flow
2525 require . resolve ( '@babel/preset-react' ) ,
2626 ] ,
You can’t perform that action at this time.
0 commit comments