Skip to content

vue-loader/lib/plugin-webpack5.js is missing updated rule #1854

@shritt

Description

@shritt

Version

16.3.0

Related link

webpack/webpack@7f22e47

Steps to reproduce

When trying to run app with vue-loader, it breaks with unable to find DescriptionDataMatcherRulePlugin in webpack5, as it has been updated.

What is expected?

const ruleSetCompiler = new RuleSetCompiler([ 
   ...
   new ObjectMatcherRulePlugin(), 
   ...
 ]) 

What is actually happening?

const ruleSetCompiler = new RuleSetCompiler([ 
   ...
   new DescriptionDataMatcherRulePlugin(), 
   ...
 ]) 

Webpack 5 has updated the rule set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions