We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9123aae commit 0cfccd8Copy full SHA for 0cfccd8
packages/babel-preset-react-app/create.js
@@ -82,7 +82,6 @@ module.exports = function(api, opts, env) {
82
// Allow importing core-js in entrypoint and use browserlist to select polyfills
83
useBuiltIns: 'entry',
84
// Set the corejs version we are using to avoid warnings in console
85
- // This will need to change once we upgrade to corejs@3
86
corejs: 3,
87
// Do not transform modules to CJS
88
modules: false,
0 commit comments