Skip to content
  • Sponsor facebook/create-react-app

  • Notifications You must be signed in to change notification settings
  • Fork 27k

Commit 356603f

Browse files
evenchange4Timer
authored andcommittedMar 10, 2017
docs(babel-preset): Update comment info about babel-preset-env. (#1787)
1 parent 9b23762 commit 356603f

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
@@ -98,7 +98,7 @@ if (env === 'test') {
9898
plugins: plugins.concat([
9999
// function* () { yield 42; yield 43; }
100100
[require.resolve('babel-plugin-transform-regenerator'), {
101-
// Async functions are converted to generators by babel-preset-latest
101+
// Async functions are converted to generators by babel-preset-env
102102
async: false
103103
}],
104104
])

0 commit comments

Comments
 (0)
Please sign in to comment.