mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-18 08:47:11 -05:00
8 lines
123 B
JavaScript
8 lines
123 B
JavaScript
module.exports = {
|
|
pluginOptions: {
|
|
graphqlMock: false,
|
|
apolloEngine: false,
|
|
graphqlTimeout: 999999999
|
|
}
|
|
}
|