File tree Expand file tree Collapse file tree 5 files changed +2248
-1984
lines changed Expand file tree Collapse file tree 5 files changed +2248
-1984
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ // This config will overwrite that in node_modules.
2
+ module . exports = {
3
+ presets : [
4
+ "@vue/babel-preset-app"
5
+ ] ,
6
+ plugins : [
7
+ "@babel/plugin-proposal-object-rest-spread" ,
8
+ "lodash"
9
+ ]
10
+ }
Original file line number Diff line number Diff line change 28
28
"markdown-it-v-katex" : " ^1.0.0-alpha.1"
29
29
},
30
30
"devDependencies" : {
31
- "@vue/cli-plugin-babel" : " ^3.0.0-beta.15" ,
32
- "@vue/cli-plugin-eslint" : " ^3.0.0-beta.15" ,
33
- "@vue/cli-service" : " ^3.0.0-beta.15" ,
34
- "@vue/eslint-config-standard" : " ^3.0.0-rc.3" ,
31
+ "@babel/plugin-proposal-object-rest-spread" : " ^7.0.0" ,
32
+ "@babel/preset-env" : " ^7.1.6" ,
33
+ "@vue/cli-plugin-babel" : " ^3.1.1" ,
34
+ "@vue/cli-plugin-eslint" : " ^3.1.5" ,
35
+ "@vue/cli-service" : " ^3.1.4" ,
36
+ "@vue/eslint-config-standard" : " ^4.0.0" ,
35
37
"babel-plugin-lodash" : " ^3.3.4" ,
36
38
"http-server" : " ^0.11.1" ,
37
39
"stylus" : " ^0.54.5" ,
Original file line number Diff line number Diff line change @@ -17,5 +17,8 @@ module.exports = {
17
17
libraryExport : 'default'
18
18
}
19
19
} ,
20
+ transpileDependencies : [
21
+ / m a r k d o w n - i t - v /
22
+ ] ,
20
23
productionSourceMap : false
21
24
}
You can’t perform that action at this time.
0 commit comments