We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b72eb commit 186232fCopy full SHA for 186232f
docs/guide/webpack.md
@@ -52,7 +52,7 @@ This allows us finer-grained control over the internal config. Below you will se
52
// vue.config.js
53
module.exports = {
54
chainWebpack: config => {
55
- config
+ config.module
56
.rule('vue')
57
.use('vue-loader')
58
.loader('vue-loader')
0 commit comments