-
-
Save asmnh/7b00c26c2ef028111cf3257f2fc3c5a0 to your computer and use it in GitHub Desktop.
vue settings - fail 3.0.9 default test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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