Skip to content

Commit

Permalink
fix: ensure new webpack5 generator property in rules passes ruleset c…
Browse files Browse the repository at this point in the history
…hecks

close #1729
  • Loading branch information
Thorsten Luenborg committed Oct 28, 2020
1 parent dff77b5 commit 0e23597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugin-webpack5.js
Expand Up @@ -20,6 +20,7 @@ const ruleSetCompiler = new RuleSetCompiler([
new BasicEffectRulePlugin('sideEffects'),
new BasicEffectRulePlugin('parser'),
new BasicEffectRulePlugin('resolve'),
new BasicEffectRulePlugin('generator'),
new UseEffectRulePlugin()
])

Expand Down

0 comments on commit 0e23597

Please sign in to comment.