docs: fix webpack-chain example (#1565)

This commit is contained in:
deangoku
2018-06-14 16:31:04 +08:00
committed by Guillaume Chau
parent 09b72eba6c
commit 186232ff45
+1 -1
View File
@@ -52,7 +52,7 @@ This allows us finer-grained control over the internal config. Below you will se
// vue.config.js
module.exports = {
chainWebpack: config => {
config
config.module
.rule('vue')
.use('vue-loader')
.loader('vue-loader')