38 Star 666 Fork 98

腾讯开源/vConsole

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel.config.json 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"presets": [
[
"@babel/preset-env",
{
"modules": "auto",
"targets": "defaults",
"loose": true,
"debug": false
}
],
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-transform-runtime",
["@babel/plugin-transform-class-properties", { "loose": true }],
["@babel/plugin-transform-private-methods", { "loose": true }],
"@babel/plugin-transform-block-scoping",
"@babel/plugin-transform-export-namespace-from",
"@babel/plugin-transform-object-rest-spread"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Tencent/vConsole.git
git@gitee.com:Tencent/vConsole.git
Tencent
vConsole
vConsole
dev

搜索帮助