1 Star 1 Fork 0

hjc / Rcaffold

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.babelrc 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
hjc 提交于 2021-10-03 11:42 . feta: 1.3.0脚手架配置修改
{
"presets": [
[
"@babel/preset-env",
{
// 防止babel将任何模块类型都转译成CommonJS类型,导致tree-shaking失效问题
"modules": false
}
],
[
"@babel/preset-react",
{
"runtime": "automatic"
}
],
"@babel/preset-typescript"
],
"plugins": [
[
"@babel/plugin-transform-runtime",
{
"corejs": {
"version": 3,
"proposals": true
},
"useESModules": true
}
],
[
"import",
{
"libraryName": "antd",
"libraryDirectory": "es",
"style": "css"
}
]
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/hjc0930/rcaffold.git
git@gitee.com:hjc0930/rcaffold.git
hjc0930
rcaffold
Rcaffold
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891