Skip to content

Commit ee9432d

Browse files
rigor789yyx990803
authored andcommitted
docs: fix typo in usage for chainWebpack (#1272)
1 parent 396b92f commit ee9432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ modifications must be webpcak 4 compatible. Drop support
5454
for webpack plugins that do not work with v4 or above.
5555
* dll option has been removed.
5656
* the "vueLoader" option has been removed. To modify vue-loader
57-
options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
57+
options, use chainWebpack then `config.module.rule('vue').use('vue-loader').tap()`.
5858
vue-loader has been upgraded to v15 and expects different options from v14.
5959
* To include a dependency for Babel transpilation, tapping
6060
babel-loader and adding .include() will no longer work. Use the new

0 commit comments

Comments
 (0)