1 Star 0 Fork 7

Zkevin / amis-editor-umd

forked from ayhome / amis-editor-umd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
ayhome 提交于 2022-05-03 23:22 . 更新到 1.9
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins:[
'@babel/plugin-proposal-optional-chaining' ,// 可选链
'@babel/plugin-proposal-nullish-coalescing-operator'//双问号
]
}
JavaScript
1
https://gitee.com/Zkevinhub/amis-editor-umd.git
git@gitee.com:Zkevinhub/amis-editor-umd.git
Zkevinhub
amis-editor-umd
amis-editor-umd
main

搜索帮助