23 Star 133 Fork 23

DiDi-opensource/mand-mobile

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.babelrc 512 Bytes
Copy Edit Raw Blame History
shawnXu authored 2018-12-13 21:18 +08:00 . build: update build log & config
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["iOS >= 8", "Android >= 4"]
}
}]
],
"plugins": [
"transform-object-rest-spread",
"syntax-dynamic-import",
"transform-vue-jsx"
],
"env": {
"test": {
"presets": [
["env", { "targets": { "node": "current" }}]
],
"plugins": [
["import", {
"libraryName": "mand-mobile",
"libraryDirectory": "components"
}]
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/didiopensource/mand-mobile.git
git@gitee.com:didiopensource/mand-mobile.git
didiopensource
mand-mobile
mand-mobile
master

Search