File tree 3 files changed +1575
-1201
lines changed
3 files changed +1575
-1201
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
presets : [
3
- '@vue/app ' ,
3
+ '@vue/cli-plugin-babel/preset ' ,
4
4
] ,
5
5
} ;
Original file line number Diff line number Diff line change 8
8
"lint" : " vue-cli-service lint"
9
9
},
10
10
"dependencies" : {
11
- "core-js" : " ^2.6.5 " ,
11
+ "core-js" : " ^3.3.2 " ,
12
12
"vue" : " ^2.6.10" ,
13
13
"vue-class-component" : " ^7.0.2" ,
14
14
"vue-property-decorator" : " ^8.1.0"
15
15
},
16
16
"devDependencies" : {
17
- "@vue/cli-plugin-babel" : " ^3.7.0 " ,
18
- "@vue/cli-plugin-eslint" : " ^3.7.0 " ,
19
- "@vue/cli-plugin-typescript" : " ^3.7.0 " ,
20
- "@vue/cli-service" : " ^3.7.0 " ,
17
+ "@vue/cli-plugin-babel" : " ^4.0.5 " ,
18
+ "@vue/cli-plugin-eslint" : " ^4.0.5 " ,
19
+ "@vue/cli-plugin-typescript" : " ^4.0.5 " ,
20
+ "@vue/cli-service" : " ^4.0.5 " ,
21
21
"@vue/eslint-config-airbnb" : " ^4.0.0" ,
22
22
"@vue/eslint-config-typescript" : " ^4.0.0" ,
23
23
"babel-eslint" : " ^10.0.1" ,
You can’t perform that action at this time.
0 commit comments