This website requires JavaScript.
Explore
Help
Sign In
center
/
dataease-dm
Watch
13
Star
0
Fork
0
You've already forked dataease-dm
forked from
github/dataease
Code
Pull Requests
Activity
f773a3109f
dataease-dm
/
frontend
/
babel.config.js
7 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: 新前端
2021-03-03 15:06:52 +08:00
module
.
exports
=
{
presets
:
[
'@vue/app'
feat: 用户管理优化 侧边导航栏优化 添加babel可选链支持
2022-07-21 15:59:39 +08:00
]
,
plugins
:
[
'@babel/plugin-proposal-optional-chaining'
]
feat: 新前端
2021-03-03 15:06:52 +08:00
}
Copy Permalink