We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b23762 commit 356603fCopy full SHA for 356603f
packages/babel-preset-react-app/index.js
@@ -98,7 +98,7 @@ if (env === 'test') {
98
plugins: plugins.concat([
99
// function* () { yield 42; yield 43; }
100
[require.resolve('babel-plugin-transform-regenerator'), {
101
- // Async functions are converted to generators by babel-preset-latest
+ // Async functions are converted to generators by babel-preset-env
102
async: false
103
}],
104
])
0 commit comments