Skip to content

Commit 0cfccd8

Browse files
authored
Remove outdated comment (#8858)
1 parent 9123aae commit 0cfccd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: packages/babel-preset-react-app/create.js

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ module.exports = function(api, opts, env) {
8282
// Allow importing core-js in entrypoint and use browserlist to select polyfills
8383
useBuiltIns: 'entry',
8484
// Set the corejs version we are using to avoid warnings in console
85-
// This will need to change once we upgrade to corejs@3
8685
corejs: 3,
8786
// Do not transform modules to CJS
8887
modules: false,

0 commit comments

Comments
 (0)