project.config.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": true,
  15. "coverView": true,
  16. "nodeModules": true,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "useIsolateContext": true,
  35. "useCompilerModule": true,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.11.1",
  44. "appid": "wxa2bf334720c47626",
  45. "projectname": "env-pc",
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "editorSetting": {
  49. "tabIndent": "insertSpaces",
  50. "tabSize": 2
  51. },
  52. "condition": {
  53. "miniprogram": {
  54. "list": [
  55. {
  56. "name": "pages/index/index",
  57. "pathName": "pages/index/index",
  58. "query": "",
  59. "scene": null
  60. },
  61. {
  62. "name": "pages/adjust/index",
  63. "pathName": "pages/adjust/index",
  64. "query": "",
  65. "scene": null
  66. },
  67. {
  68. "name": "pages/detail/index",
  69. "pathName": "pages/detail/index",
  70. "query": "",
  71. "scene": null
  72. },
  73. {
  74. "name": "pages/usercenter/index",
  75. "pathName": "pages/usercenter/index",
  76. "query": "",
  77. "scene": null
  78. },
  79. {
  80. "name": "pages/feedback/index",
  81. "pathName": "pages/feedback/index",
  82. "query": "",
  83. "scene": null
  84. },
  85. {
  86. "name": "pages/search/index",
  87. "pathName": "pages/search/index",
  88. "query": "",
  89. "scene": null
  90. }
  91. ]
  92. }
  93. }
  94. }