1 Star 7 Fork 0

欲饮琵琶码上催/quicktab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.mjs 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
export default {
presets: [
[
'@babel/preset-env',
{
useBuiltIns: 'usage',
corejs: {version: "3.37", proposals: false},
//禁止转换成其它格式
modules: false,
//要移除的垫片
exclude: [
'transform-typeof-symbol',
'es.promise',
]
}
]
],
ignore: [
"node_modules/**"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ajiho/quicktab.git
git@gitee.com:ajiho/quicktab.git
ajiho
quicktab
quicktab
master

搜索帮助