city-casereport/project.config.json

53 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2021-03-20 10:59:52 +08:00
{
"description": "项目配置文件",
"packOptions": {
2023-12-06 14:22:42 +08:00
"ignore": [],
"include": []
2021-03-20 10:59:52 +08:00
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": false,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
2023-12-08 11:30:29 +08:00
"ignoreDevUnusedFiles": false,
"ignoreUploadUnusedFiles": false,
2021-03-20 10:59:52 +08:00
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"bundle": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true
},
"compileType": "miniprogram",
"libVersion": "2.15.0",
"appid": "wxc529578602bca580",
"projectname": "report",
2023-12-06 14:22:42 +08:00
"condition": {},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
2021-03-20 10:59:52 +08:00
}
}