diff --git a/docs/guide/webpack.md b/docs/guide/webpack.md index 383f1b8c6f..b765860b89 100644 --- a/docs/guide/webpack.md +++ b/docs/guide/webpack.md @@ -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')