Skip to content

Commit

Permalink
Merge pull request #3604 from neos/bugfix/3470-neos-83-plugins-dont-l…
Browse files Browse the repository at this point in the history
…ower-yield-in-plugins

BUGFIX: Neos 8.3 plugins dont lower yield in plugins
  • Loading branch information
markusguenther authored Dec 16, 2023
2 parents 52665cc + 7fa124e commit 1db2cdd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ module.exports = function (neosPackageJson) {
require.resolve('babel-plugin-transform-es2015-block-scoping'),
require.resolve('babel-plugin-transform-es2015-typeof-symbol'),
require.resolve('babel-plugin-transform-es2015-modules-commonjs'),
[require.resolve('babel-plugin-transform-regenerator'), {async: false, asyncGenerators: false}]
]
}
}]
Expand Down

0 comments on commit 1db2cdd

Please sign in to comment.