Skip to content

Commit 76680ae

Browse files
evenchange4Timer
authored andcommitted
docs(babel-preset): Update comment info about babel-preset-env. (#1787)
1 parent 2a03137 commit 76680ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-preset-react-app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if (env === 'test') {
120120
[
121121
require.resolve('babel-plugin-transform-regenerator'),
122122
{
123-
// Async functions are converted to generators by babel-preset-latest
123+
// Async functions are converted to generators by babel-preset-env
124124
async: false,
125125
},
126126
],

0 commit comments

Comments
 (0)