fix: 锁定vue的版本,优先使用项目的

This commit is contained in:
万纯 2021-02-02 19:52:52 +08:00
parent c1f49f3959
commit cc2a154962
6 changed files with 3260 additions and 3714 deletions

View File

@ -25,7 +25,6 @@
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"@webank/eslint-config-webank": "0.2.7",
"postcss-px-to-viewport": "1.1.1"
},

View File

@ -27,7 +27,6 @@
},
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"@webank/eslint-config-webank": "0.2.7"
},
"dependencies": {

View File

@ -42,6 +42,9 @@ export default (api) => {
key: 'addProjectFirstLibraries',
type: api.ApplyPluginsType.add,
initialValue: [
{
name: 'vue'
}
]
});
libraries.forEach((library) => {

View File

@ -40,7 +40,6 @@
"access": "public"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"@webank/eslint-config-webank": "^0.2.10",
"postcss-px-to-viewport": "1.1.1"
},

View File

@ -43,7 +43,6 @@
"access": "public"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.0",
"@webank/eslint-config-webank": "^0.2.10"
},
"dependencies": {

6967
yarn.lock

File diff suppressed because it is too large Load Diff