We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396b92f commit ee9432dCopy full SHA for ee9432d
CHANGELOG.md
@@ -54,7 +54,7 @@ modifications must be webpcak 4 compatible. Drop support
54
for webpack plugins that do not work with v4 or above.
55
* dll option has been removed.
56
* the "vueLoader" option has been removed. To modify vue-loader
57
-options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
+options, use chainWebpack then `config.module.rule('vue').use('vue-loader').tap()`.
58
vue-loader has been upgraded to v15 and expects different options from v14.
59
* To include a dependency for Babel transpilation, tapping
60
babel-loader and adding .include() will no longer work. Use the new
0 commit comments