项目结构调整 x 11 : 修改前端项目为 yudao-admin-ui

This commit is contained in:
YunaiV
2021-04-30 14:15:31 +08:00
parent d5883771c8
commit f336b801b9
281 changed files with 14070 additions and 14097 deletions

View File

@ -0,0 +1,13 @@
module.exports = {
presets: [
// https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app
'@vue/cli-plugin-babel/preset'
],
'env': {
'development': {
// babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require().
// This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
'plugins': ['dynamic-import-node']
}
}
}