1 Star 0 Fork 84

仗剑天涯/bootstrap-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.mjs 712 Bytes
一键复制 编辑 原始数据 按行查看 历史
export default {
presets: [
[
'@babel/preset-env',
{
//是否忽略browserslistrc配置
ignoreBrowserslistConfig: false,
// 使用 "loose" 模式编译 ES2015+ 中的代码,允许生成与严格模式代码不完全相同的代码
loose: true,
//启用针对已知 Bug 的修复程序
bugfixes: true,
//禁止转换为其他类型的模块
modules: false,
//排除对typeof Symbol 表达式转换,因为目前的环境已经支持 Symbol 类型
exclude: ['transform-typeof-symbol']
}
]
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/everbest_admin/bootstrap-admin.git
[email protected]:everbest_admin/bootstrap-admin.git
everbest_admin
bootstrap-admin
bootstrap-admin
2.x

搜索帮助