35 Star 566 Fork 84

腾讯开源 / vConsole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.json 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maiz 提交于 2022-03-09 22:02 . refactor(storage): Improve robustness.
{
"presets": [
[
"@babel/preset-env",
{
"modules": "auto",
"targets": "defaults",
"loose": true,
"debug": false
}
],
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-transform-runtime",
["@babel/plugin-proposal-class-properties", { "loose": true }],
"@babel/plugin-transform-block-scoping",
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-object-rest-spread"
]
}
JavaScript
1
https://gitee.com/Tencent/vConsole.git
git@gitee.com:Tencent/vConsole.git
Tencent
vConsole
vConsole
dev

搜索帮助