mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-24 05:50:21 -05:00
docs: fix webpack-chain example (#1565)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user