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 2a03137 commit 76680ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/index.js
Expand Up @@ -120,7 +120,7 @@ if (env === 'test') {
[
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 76680ae

Please sign in to comment.