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