init: 山西治金技师学院DMT项目首次入库
This commit is contained in:
14
babel.config.js
Normal file
14
babel.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/app', '@babel/preset-env', '@vue/cli-plugin-babel/preset', '@babel/preset-react'
|
||||
],
|
||||
env: {
|
||||
'development': {
|
||||
'plugins': ['dynamic-import-node']
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
'@babel/plugin-transform-runtime',
|
||||
'@babel/plugin-proposal-class-properties'
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user