mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-28 19:38:43 -06:00
Add a demo for multiple loaders (#5076)
This commit is contained in:
committed by
Natalia Tepluhina
parent
cf5f009327
commit
b5dedc175c
@@ -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()
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user