mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-09 00:18:28 -06:00
9 lines
114 B
JavaScript
9 lines
114 B
JavaScript
module.exports = {
|
|
lintOnSave: false,
|
|
|
|
pluginOptions: {
|
|
graphqlMock: false,
|
|
apolloEngine: false
|
|
}
|
|
}
|