1
0
mirror of https://github.com/SunnyQjm/taro-cropper.git synced 2026-06-06 16:09:31 +08:00
Files
taro-cropper/project.config.json
T
2019-11-26 22:07:04 +08:00

18 lines
412 B
JSON

{
"miniprogramRoot": "dist/",
"projectname": "taro-cropper",
"description": "we-cropper在Taro框架下的封装,开箱即用",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false,
"newFeature": true
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"qqappid": "1108100302",
"condition": {}
}