Skip to content

Commit

Permalink
Add a demo for multiple loader (#5122)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankFang committed Jan 30, 2020
1 parent 771182e commit 9e18f3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/zh/guide/webpack.md
Expand Up @@ -81,6 +81,10 @@ module.exports = {
.use('graphql-tag/loader')
.loader('graphql-tag/loader')
.end()
// 你还可以再添加一个 loader
.use('other-loader')
.loader('other-loader')
.end()
}
}
```
Expand Down

0 comments on commit 9e18f3c

Please sign in to comment.