Skip to content

Commit

Permalink
docs: fix typo in usage for chainWebpack (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 authored and yyx990803 committed May 12, 2018
1 parent 396b92f commit ee9432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ modifications must be webpcak 4 compatible. Drop support
for webpack plugins that do not work with v4 or above.
* dll option has been removed.
* the "vueLoader" option has been removed. To modify vue-loader
options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
options, use chainWebpack then `config.module.rule('vue').use('vue-loader').tap()`.
vue-loader has been upgraded to v15 and expects different options from v14.
* To include a dependency for Babel transpilation, tapping
babel-loader and adding .include() will no longer work. Use the new
Expand Down

0 comments on commit ee9432d

Please sign in to comment.