123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "description": "项目配置文件。",
- "miniprogramRoot": "miniprogram/",
- "cloudfunctionRoot": "cloudfunctions/",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "enhance": true,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "coverView": true,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "disableUseStrict": false,
- "minifyWXML": true,
- "showES6CompileOption": false,
- "useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true,
- "useStaticServer": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.21.4",
- "appid": "wx9dbe0362bafd3d6f",
- "projectname": "combination",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "scripts": {},
- "watchOptions": {
- "ignore": []
- },
- "debugOptions": {
- "hidedInDevtools": []
- },
- "staticServerOptions": {
- "servePath": ""
- },
- "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
- "condition": {}
- }
|