1 Star 0 Fork 39

tyh520life/pd-openweb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.babelrc 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
beckjin 提交于 2024-03-05 22:10 . 5.2.0
{
"env": {
"development": {
"plugins": [
"dynamic-import-node",
"transform-runtime",
"transform-decorators-legacy",
[
"import",
[
{
"libraryName": "ming-ui",
"libraryDirectory": "components",
"camel2DashComponentName": false
},
{ "libraryName": "src", "libraryDirectory": "components", "camel2DashComponentName": false },
{
"libraryName": "antd",
"style": "css"
},
{
"libraryName": "antd-mobile",
"style": "css"
}
]
]
],
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": ["last 2 versions"]
}
}
],
"stage-2",
"react"
]
},
"production": {
"plugins": [
"transform-runtime",
"transform-decorators-legacy",
[
"import",
[
{
"libraryName": "ming-ui",
"libraryDirectory": "components",
"camel2DashComponentName": false
},
{
"libraryName": "src",
"libraryDirectory": "components",
"camel2DashComponentName": false
},
{
"libraryName": "antd",
"style": "css"
},
{
"libraryName": "antd-mobile",
"style": "css"
}
]
]
],
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": ["> 0.6% in CN"]
}
}
],
"stage-2",
"react"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tyh520life/pd-openweb.git
[email protected]:tyh520life/pd-openweb.git
tyh520life
pd-openweb
pd-openweb
main

搜索帮助