Skip to content

Commit f79bb08

Browse files
LinusBorgThorsten Luenborg
and
Thorsten Luenborg
authored
fix: ensure new webpack5 generator property in rules passes ruleset checks (#1753)
close #1729 Co-authored-by: Thorsten Luenborg <[email protected]>
1 parent dff77b5 commit f79bb08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/plugin-webpack5.js

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const ruleSetCompiler = new RuleSetCompiler([
2020
new BasicEffectRulePlugin('sideEffects'),
2121
new BasicEffectRulePlugin('parser'),
2222
new BasicEffectRulePlugin('resolve'),
23+
new BasicEffectRulePlugin('generator'),
2324
new UseEffectRulePlugin()
2425
])
2526

0 commit comments

Comments
 (0)