Skip to content

Commit

Permalink
Fix issue vuejs#1849 (Can't use Webpack's layers when VueLoader is used)
Browse files Browse the repository at this point in the history
vuejs#1849
fix thanks to @nskazki
  • Loading branch information
nolimitdev authored Sep 23, 2022
1 parent 6a293df commit 7a3117a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pluginWebpack5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ const ruleSetCompiler = new RuleSetCompiler([
new BasicMatcherRulePlugin('realResource'),
new BasicMatcherRulePlugin('issuer'),
new BasicMatcherRulePlugin('compiler'),
new BasicMatcherRulePlugin('issuerLayer'),
...objectMatcherRulePlugins,
new BasicEffectRulePlugin('type'),
new BasicEffectRulePlugin('sideEffects'),
new BasicEffectRulePlugin('parser'),
new BasicEffectRulePlugin('resolve'),
new BasicEffectRulePlugin('generator'),
new BasicEffectRulePlugin('layer'),
new UseEffectRulePlugin(),
])

Expand Down

0 comments on commit 7a3117a

Please sign in to comment.