Skip to content

Commit 86dbcd0

Browse files
Justineoyyx990803
authored andcommitted
docs: fix typo in webpack.md (#823)
1 parent db6ef70 commit 86dbcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ By default the Babel configuration skips
5151
// vue.config.js
5252
module.exports = {
5353
chainWebpack: config => {
54-
config
54+
config.module
5555
.rule('js')
5656
.include
5757
.add(/some-module-to-transpile/)

0 commit comments

Comments
 (0)