Skip to content

Commit

Permalink
Remove outdated comment (#8858)
Browse files Browse the repository at this point in the history
  • Loading branch information
availchet committed May 8, 2020
1 parent 9123aae commit 0cfccd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel-preset-react-app/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ module.exports = function(api, opts, env) {
// Allow importing core-js in entrypoint and use browserlist to select polyfills
useBuiltIns: 'entry',
// Set the corejs version we are using to avoid warnings in console
// This will need to change once we upgrade to corejs@3
corejs: 3,
// Do not transform modules to CJS
modules: false,
Expand Down

0 comments on commit 0cfccd8

Please sign in to comment.