Files
taro-template/dist/project.config.json

18 lines
388 B
JSON
Raw Normal View History

2024-12-18 16:05:16 +08:00
{
2025-01-02 09:05:08 +08:00
"miniprogramRoot": "./",
2024-12-18 16:05:16 +08:00
"projectname": "taro-template",
"description": "taro模版",
2025-01-02 09:05:08 +08:00
"appid": "touristappid",
2024-12-18 16:05:16 +08:00
"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,
2025-01-02 09:05:08 +08:00
"swc": true
2024-12-18 16:05:16 +08:00
},
2025-01-02 09:05:08 +08:00
"compileType": "miniprogram"
2024-12-18 16:05:16 +08:00
}