Files
taro-template/dist/project.config.json
2025-01-02 09:05:08 +08:00

18 lines
388 B
JSON

{
"miniprogramRoot": "./",
"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"
}