2024-12-18 16:05:16 +08:00
|
|
|
{
|
|
|
|
|
"miniprogramRoot": "./dist",
|
|
|
|
|
"projectname": "taro-template",
|
|
|
|
|
"description": "taro模版",
|
|
|
|
|
"appid": "touristappid",
|
|
|
|
|
"setting": {
|
2024-12-18 17:49:02 +08:00
|
|
|
"urlCheck": false,
|
2024-12-18 16:05:16 +08:00
|
|
|
"es6": false,
|
|
|
|
|
"enhance": false,
|
2024-12-18 17:49:02 +08:00
|
|
|
"compileHotReLoad": true,
|
|
|
|
|
"postcss": true,
|
|
|
|
|
"minified": true,
|
|
|
|
|
"uglifyFileName": true,
|
|
|
|
|
"bigPackageSizeSupport": true,
|
|
|
|
|
"swc": true
|
2024-12-18 16:05:16 +08:00
|
|
|
},
|
|
|
|
|
"compileType": "miniprogram"
|
|
|
|
|
}
|