vue loader plugin
Explaination
this is a rewrite of VueLoaderPlugin to solve the compatibility with webpack5
webpack5 has rewrited the ruleset module, which means the VueLoaderPlugin cannot use class Ruleset
any more, instead, it should using the RuleSetCompiler
Installation
npm i --save-dev vue-loader-pluginyarn add --dev vue-loader-plugin
usage
-
before
// webpack.config.jsconst VueLoaderPlugin =moduleexports =// ...plugins: -
now
// webpack.config.jsconst VueLoaderPlugin = ;moduleexports =// ...plugins: