1 Star 0 Fork 0

larryhsu / myapp5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuzhongxu 提交于 2021-03-02 18:26 . advance
{
"presets": [
["@babel/preset-env", {"modules":false}],
["@babel/preset-react", {"modules":false}]
],
"plugins": [
["@babel/plugin-transform-runtime",
{
"helpers": false,
"regenerator": true
}
],
"@babel/plugin-proposal-function-bind",
["@babel/plugin-proposal-class-properties", { "loose": false }],
["@babel/plugin-proposal-decorators", { "legacy": true }]
]
}
1
https://gitee.com/larryhsu/myapp5.git
git@gitee.com:larryhsu/myapp5.git
larryhsu
myapp5
myapp5
master

搜索帮助