Skip to content

Commit

Permalink
BUGFIX: Neos 8.2 plugins dont lower yield in plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign authored Aug 30, 2023
1 parent 7ed5d02 commit 57f426d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ module.exports = function (neosPackageJson) {
require.resolve('babel-plugin-transform-es2015-destructuring'),
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}]
require.resolve('babel-plugin-transform-es2015-modules-commonjs')
]
};
}
Expand Down

0 comments on commit 57f426d

Please sign in to comment.