File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
VUE_APP_BASE_API = ' /api'
2
+
3
+ // With this configuration, vue-cli uses babel-plugin-dynamic-import-node
4
+ // It only does one thing by converting all import() to require()
5
+ // So that all asynchronous components can be import synchronously using this plugin
6
+ // This configuration can significantly increase the speed of hot updates when you have a large number of pages
7
+ // https://github.com/vuejs/vue-cli/blob/dev/packages/@vue/babel-preset-app/index.js
8
+ VUE_CLI_BABEL_TRANSPILE_MODULES = true
Original file line number Diff line number Diff line change 64
64
"xlsx" : " ^0.11.16"
65
65
},
66
66
"devDependencies" : {
67
+ "@babel/core" : " 7.0.0" ,
67
68
"@babel/register" : " 7.0.0" ,
68
69
"@vue/cli-plugin-babel" : " 3.0.5" ,
69
70
"@vue/cli-plugin-eslint" : " 3.0.5" ,
You can’t perform that action at this time.
0 commit comments