We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc69c3 commit 934353fCopy full SHA for 934353f
packages/@vue/cli-ui/vue.config.js
@@ -1,11 +1,7 @@
1
const merge = require('deepmerge')
2
const path = require('path')
3
4
-/** @type {import('@vue/cli-service').ProjectOptions} */
5
module.exports = {
6
- lintOnSave: process.env.CIRCLECI
7
- ? false
8
- : 'default',
9
pluginOptions: {
10
apollo: {
11
enableMocks: false,
0 commit comments