Files
taro-template/project.config.json
2024-12-18 17:49:02 +08:00

19 lines
393 B
JSON

{
"miniprogramRoot": "./dist",
"projectname": "taro-template",
"description": "taro模版",
"appid": "touristappid",
"setting": {
"urlCheck": false,
"es6": false,
"enhance": false,
"compileHotReLoad": true,
"postcss": true,
"minified": true,
"uglifyFileName": true,
"bigPackageSizeSupport": true,
"swc": true
},
"compileType": "miniprogram"
}