mini-system-examination-signup/project.config.json

77 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2021-04-29 10:08:41 +08:00
{
2022-06-08 16:49:02 +08:00
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"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,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
2021-04-29 10:08:41 +08:00
},
2022-06-08 16:49:02 +08:00
"enableEngineNative": false,
"useIsolateContext": true,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false
},
"compileType": "miniprogram",
"libVersion": "2.16.1",
"appid": "wx9f627e69ba43e6a2",
"projectname": "teachingsystem",
"debugOptions": {
"hidedInDevtools": []
},
"scripts": {},
"staticServerOptions": {
"baseURL": "",
"servePath": ""
},
"isGameTourist": false,
"condition": {
"search": {
"list": []
2021-04-29 10:08:41 +08:00
},
2022-06-08 16:49:02 +08:00
"conversation": {
"list": []
2021-04-29 10:08:41 +08:00
},
2022-06-08 16:49:02 +08:00
"game": {
"list": []
2021-04-29 10:08:41 +08:00
},
2022-06-08 16:49:02 +08:00
"plugin": {
"list": []
},
"gamePlugin": {
"list": []
},
"miniprogram": {
"list": []
2021-04-29 10:08:41 +08:00
}
2022-06-08 16:49:02 +08:00
}
2021-04-29 10:08:41 +08:00
}