We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a03137 commit 76680aeCopy full SHA for 76680ae
packages/babel-preset-react-app/index.js
@@ -120,7 +120,7 @@ if (env === 'test') {
120
[
121
require.resolve('babel-plugin-transform-regenerator'),
122
{
123
- // Async functions are converted to generators by babel-preset-latest
+ // Async functions are converted to generators by babel-preset-env
124
async: false,
125
},
126
],
0 commit comments