Files
miniapp/unpackage/dist/dev/mp-weixin/project.config.json
T

31 lines
665 B
JSON
Raw Normal View History

2023-08-30 09:44:26 +08:00
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": false,
2023-09-05 16:14:07 +08:00
"postcss": true,
"minified": true,
2023-08-30 09:44:26 +08:00
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
2023-09-26 17:53:59 +08:00
},
"condition": false
2023-08-30 09:44:26 +08:00
},
"compileType": "miniprogram",
2023-09-26 17:53:59 +08:00
"libVersion": "3.1.1",
2023-09-15 18:09:31 +08:00
"appid": "wx91cb8459dca561b4",
2023-09-14 18:06:53 +08:00
"projectname": "智慧仲裁",
2023-08-30 09:44:26 +08:00
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
2024-01-22 10:23:13 +08:00
},
"cloudfunctionTemplateRoot": "cloudfunctionTemplate/"
2023-08-30 09:44:26 +08:00
}