Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/babel-preset-react-app/index.js
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,7 +33,6 @@ const plugins = [
{
helpers: false,
polyfill: false,
regenerator: true,
},
],
];
Expand DownExpand Up@@ -104,8 +103,6 @@ if (env === 'test') {
// Remove after https://github.com/mishoo/UglifyJS2/issues/448
uglify: true,
},
// Disable polyfill transforms
useBuiltIns: false,
// Do not transform modules to CJS
modules: false,
},
Expand Down