Skip to content

Instantly share code, notes, and snippets.

@asmnh

asmnh/.vuerc Secret

Created March 29, 2021 10:25
Show Gist options
  • Save asmnh/7b00c26c2ef028111cf3257f2fc3c5a0 to your computer and use it in GitHub Desktop.
Save asmnh/7b00c26c2ef028111cf3257f2fc3c5a0 to your computer and use it in GitHub Desktop.
vue settings - fail 3.0.9 default test
{
"useTaobaoRegistry": false,
"presets": {
"this-fails-3.0.9": {
"useConfigFiles": true,
"plugins": {
"@vue/cli-plugin-babel": {},
"@vue/cli-plugin-eslint": {
"config": "base",
"lintOn": [
"save"
]
},
"@vue/cli-plugin-unit-mocha": {}
},
"vueVersion": "3"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment