Unverified Commit f79bb087 authored by Thorsten Lünborg's avatar Thorsten Lünborg Committed by GitHub

fix: ensure new webpack5 generator property in rules passes ruleset checks (#1753)

close #1729
Co-authored-by: 's avatarThorsten Luenborg <t.luneborg@googlemail.com>
parent dff77b53
...@@ -20,6 +20,7 @@ const ruleSetCompiler = new RuleSetCompiler([ ...@@ -20,6 +20,7 @@ const ruleSetCompiler = new RuleSetCompiler([
new BasicEffectRulePlugin('sideEffects'), new BasicEffectRulePlugin('sideEffects'),
new BasicEffectRulePlugin('parser'), new BasicEffectRulePlugin('parser'),
new BasicEffectRulePlugin('resolve'), new BasicEffectRulePlugin('resolve'),
new BasicEffectRulePlugin('generator'),
new UseEffectRulePlugin() new UseEffectRulePlugin()
]) ])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment