Skip to content

Commit

Permalink
Add a demo for multiple loaders (#5076)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankFang authored and NataliaTepluhina committed Jan 14, 2020
1 parent cf5f009 commit b5dedc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/webpack.md
Expand Up @@ -81,6 +81,10 @@ module.exports = {
.use('graphql-tag/loader')
.loader('graphql-tag/loader')
.end()
// Add another loader
.use('other-loader')
.loader('other-loader')
.end()
}
}
```
Expand Down

0 comments on commit b5dedc1

Please sign in to comment.