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 (#1753)

close #1729

Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
  • Loading branch information
LinusBorg and Thorsten Luenborg committed Oct 29, 2020
1 parent dff77b5 commit f79bb08
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 f79bb08

Please sign in to comment.