project.config.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "miniprogramRoot": "client/dist/",
  3. "cloudfunctionRoot": "cloud/functions/",
  4. "projectname": "resourceapp",
  5. "description": "",
  6. "appid": "",
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": false,
  10. "postcss": false,
  11. "minified": false,
  12. "newFeature": true,
  13. "coverView": true,
  14. "autoAudits": false,
  15. "checkInvalidKey": true,
  16. "checkSiteMap": true,
  17. "uploadWithSourceMap": true,
  18. "babelSetting": {
  19. "ignore": [],
  20. "disablePlugins": [],
  21. "outputPath": ""
  22. }
  23. },
  24. "compileType": "miniprogram",
  25. "simulatorType": "wechat",
  26. "simulatorPluginLibVersion": {},
  27. "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
  28. "condition": {
  29. "search": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "conversation": {
  34. "current": -1,
  35. "list": []
  36. },
  37. "plugin": {
  38. "current": -1,
  39. "list": []
  40. },
  41. "game": {
  42. "list": []
  43. },
  44. "miniprogram": {
  45. "current": 0,
  46. "list": [
  47. {
  48. "id": 0,
  49. "name": "pages/index/index",
  50. "pathName": "pages/index/index",
  51. "query": "",
  52. "scene": null
  53. }
  54. ]
  55. }
  56. }
  57. }