修复因缺少"@babel/plugin-syntax-dynamic-import"插件导致的编译出错的bug
This commit is contained in:
parent
675293d346
commit
777fbeda52
3
.babelrc
3
.babelrc
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"presets": [
|
||||
"@vue/app"
|
||||
],
|
||||
"plugins": [
|
||||
"@babel/plugin-syntax-dynamic-import"
|
||||
]
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -31,6 +31,7 @@
|
|||
"xlsx": "^0.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.1",
|
||||
"@vue/cli-plugin-babel": "^3.0.0-beta.10",
|
||||
"@vue/cli-plugin-eslint": "^3.0.0-beta.10",
|
||||
"@vue/cli-plugin-unit-mocha": "^3.0.0-beta.10",
|
||||
|
|
|
|||
Loading…
Reference in New Issue