Skip to content

Commit 9e18f3c

Browse files
authored
Add a demo for multiple loader (#5122)
English version already merged https://github.com/vuejs/vue-cli/pull/5076/files
1 parent 771182e commit 9e18f3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/zh/guide/webpack.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ module.exports = {
8181
.use('graphql-tag/loader')
8282
.loader('graphql-tag/loader')
8383
.end()
84+
// 你还可以再添加一个 loader
85+
.use('other-loader')
86+
.loader('other-loader')
87+
.end()
8488
}
8589
}
8690
```

0 commit comments

Comments
 (0)