kitchendDevice/unpackage/dist/dev/mp-weixin/project.config.json

31 lines
648 B
JSON
Raw Normal View History

2023-09-08 15:17:21 +08:00
{
"description": "项目配置文件。",
"packOptions": {
2025-09-17 14:55:24 +08:00
"ignore": [],
"include": []
2023-09-08 15:17:21 +08:00
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
2025-09-17 14:55:24 +08:00
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"condition": false,
"ignoreUploadUnusedFiles": false
2023-09-08 15:17:21 +08:00
},
"compileType": "miniprogram",
"libVersion": "3.12.1",
2025-04-02 09:49:39 +08:00
"appid": "wx1f32af4f93c913f6",
2023-09-08 15:17:21 +08:00
"projectname": "kitchendDevice",
2025-09-17 14:55:24 +08:00
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
2023-09-08 15:17:21 +08:00
}
}