mirror of
https://github.com/SunnyQjm/taro-cropper.git
synced 2026-06-05 23:49:34 +08:00
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"miniprogramRoot": "./dist",
|
|
"projectname": "taro-cropper",
|
|
"description": "we-cropper在Taro框架下的封装,开箱即用",
|
|
"appid": "touristappid",
|
|
"setting": {
|
|
"urlCheck": true,
|
|
"es6": false,
|
|
"postcss": false,
|
|
"minified": false
|
|
},
|
|
"compileType": "miniprogram"
|
|
}
|