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 2828 "markdown-it-v-katex" : " ^1.0.0-alpha.1"
2929 },
3030 "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" ,
3537 "babel-plugin-lodash" : " ^3.3.4" ,
3638 "http-server" : " ^0.11.1" ,
3739 "stylus" : " ^0.54.5" ,
Original file line number Diff line number Diff line change @@ -17,5 +17,8 @@ module.exports = {
1717 libraryExport : 'default'
1818 }
1919 } ,
20+ transpileDependencies : [
21+ / m a r k d o w n - i t - v /
22+ ] ,
2023 productionSourceMap : false
2124}
You can’t perform that action at this time.
0 commit comments