1 Star 0 Fork 0

tanhaican / vConsole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 407 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maiz 提交于 2019-01-17 20:29 . change babel target to IE9
{
"presets": [
[
"@babel/preset-env",
{
"modules": "umd",
"targets": {
"ie": "9",
},
},
],
],
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{
"loose": true,
},
],
"@babel/plugin-proposal-export-namespace-from",
"@babel/plugin-proposal-object-rest-spread",
"add-module-exports"
],
}
1
https://gitee.com/thc/vConsole.git
git@gitee.com:thc/vConsole.git
thc
vConsole
vConsole
master

搜索帮助