Skip to content

Commit 186232f

Browse files
deangokuAkryum
authored andcommitted
docs: fix webpack-chain example (#1565)
1 parent 09b72eb commit 186232f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/webpack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This allows us finer-grained control over the internal config. Below you will se
5252
// vue.config.js
5353
module.exports = {
5454
chainWebpack: config => {
55-
config
55+
config.module
5656
.rule('vue')
5757
.use('vue-loader')
5858
.loader('vue-loader')

0 commit comments

Comments
 (0)