Skip to content

Commit

Permalink
docs(babel-preset): Update comment info about babel-preset-env. (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 authored and Timer committed Mar 10, 2017
1 parent 9b23762 commit 356603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (env === 'test') {
plugins: plugins.concat([
// function* () { yield 42; yield 43; }
[require.resolve('babel-plugin-transform-regenerator'), {
// Async functions are converted to generators by babel-preset-latest
// Async functions are converted to generators by babel-preset-env
async: false
}],
])
Expand Down

0 comments on commit 356603f

Please sign in to comment.