mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-20 19:40:59 -05:00
8 lines
122 B
JavaScript
8 lines
122 B
JavaScript
module.exports = {
|
|
pluginOptions: {
|
|
graphqlMock: false,
|
|
apolloEngine: false,
|
|
graphqlTimeout: 10000000
|
|
}
|
|
}
|