| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "condition": {
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "current": -1,
- "list": []
- },
- "gamePlugin": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "name": "",
- "pathName": "pages/me/me",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "pages/login/login",
- "query": "",
- "scene": null,
- "launchMode": "default"
- }
- ]
- }
- },
- "setting": {
- "urlCheck": true,
- "coverView": true,
- "es6": true,
- "postcss": true,
- "compileHotReLoad": false,
- "lazyloadPlaceholderEnable": false,
- "preloadBackgroundData": false,
- "minified": true,
- "autoAudits": false,
- "uglifyFileName": false,
- "uploadWithSourceMap": true,
- "enhance": true,
- "useMultiFrameRuntime": false,
- "showShadowRootInWxmlPanel": true,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "minifyWXML": true,
- "useStaticServer": true,
- "showES6CompileOption": false,
- "checkInvalidKey": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "disableUseStrict": false,
- "useCompilerPlugins": false,
- "ignoreUploadUnusedFiles": true
- },
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
- }
|