project.config.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "enhance": true,
  11. "postcss": true,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "autoAudits": false,
  16. "checkInvalidKey": true,
  17. "checkSiteMap": false,
  18. "uploadWithSourceMap": true,
  19. "useMultiFrameRuntime": true,
  20. "useApiHook": true,
  21. "useApiHostProcess": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "useIsolateContext": true,
  28. "useCompilerModule": true,
  29. "userConfirmedUseCompilerModuleSwitch": false,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "scopeDataCheck": false
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "2.9.2",
  38. "appid": "wx642cb2e44ded7687",
  39. "projectname": "%E5%BE%AE%E6%94%BF%E5%8A%9E%E4%BA%8B%E6%8C%87%E5%8D%97",
  40. "simulatorType": "wechat",
  41. "simulatorPluginLibVersion": {},
  42. "condition": {
  43. "miniprogram": {
  44. "list": [
  45. {
  46. "name": "pages/home/detail/detail",
  47. "pathName": "pages/home/detail/detail",
  48. "query": "",
  49. "scene": null
  50. },
  51. {
  52. "name": "pages/home/correction/correction",
  53. "pathName": "pages/home/correction/correction",
  54. "query": "",
  55. "scene": null
  56. },
  57. {
  58. "name": "pages/home/search/search",
  59. "pathName": "pages/home/search/search",
  60. "query": "",
  61. "scene": null
  62. },
  63. {
  64. "name": "pages/home/location/location",
  65. "pathName": "pages/home/location/location",
  66. "query": "",
  67. "scene": null
  68. }
  69. ]
  70. }
  71. },
  72. "editorSetting": {
  73. "tabIndent": "insertSpaces",
  74. "tabSize": 2
  75. }
  76. }