1 Star 0 Fork 11

CharlesOSC/React-Static

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.babelrc 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"presets": [
[
"latest",
{
"loose": true,
"modules": false
}
],
"stage-0",
"stage-3",
"react"
],
"ignore": "app.static.js",
"plugins": [
"react-hot-loader/babel",
"transform-class-properties",
[
"transform-runtime",
{
"helpers": false,
"polyfill": false,
"regenerator": true,
"moduleName": "babel-runtime"
}
]
],
"env": {
"test": {
"presets": [
["latest", {"modules": true}],
"stage-0",
"stage-3",
"react"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/CharlesInOSC/React-Static.git
git@gitee.com:CharlesInOSC/React-Static.git
CharlesInOSC
React-Static
React-Static
master

搜索帮助