iview-admin/.babelrc

9 lines
100 B
Plaintext

{
"presets": [
"@vue/app"
],
"plugins": [
"@babel/plugin-syntax-dynamic-import"
]
}