project.config.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "agent-auth-react",
  4. "description": "",
  5. "appid": "wxe57e116e4fe55532",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": false,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": false,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "bundle": false,
  30. "useIsolateContext": true,
  31. "useCompilerModule": false,
  32. "userConfirmedUseCompilerModuleSwitch": false,
  33. "useMultiFrameRuntime": true,
  34. "useApiHook": true,
  35. "useApiHostProcess": true,
  36. "enableEngineNative": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "compilerOptions": {
  46. "paths": {
  47. "@": [
  48. "./src"
  49. ],
  50. "@/assets": [
  51. "src/assets"
  52. ]
  53. }
  54. },
  55. "condition": {
  56. "search": {
  57. "current": -1,
  58. "list": []
  59. },
  60. "conversation": {
  61. "current": -1,
  62. "list": []
  63. },
  64. "plugin": {
  65. "list": []
  66. },
  67. "game": {
  68. "list": []
  69. },
  70. "gamePlugin": {
  71. "list": []
  72. },
  73. "miniprogram": {
  74. "list": [
  75. {
  76. "id": -1,
  77. "name": "pages/Entrance/index",
  78. "pathName": "pages/Entrance/index",
  79. "query": "",
  80. "scene": null
  81. },
  82. {
  83. "id": -1,
  84. "name": "pages/My/index",
  85. "pathName": "pages/My/index",
  86. "query": "",
  87. "scene": null
  88. },
  89. {
  90. "id": -1,
  91. "name": "pages/Report/index",
  92. "pathName": "pages/Report/index",
  93. "query": "",
  94. "scene": null
  95. },
  96. {
  97. "id": -1,
  98. "name": "pages/TopicPage/index",
  99. "pathName": "pages/TopicPage/index",
  100. "query": "",
  101. "scene": null
  102. },
  103. {
  104. "id": -1,
  105. "name": "pages/Rank/index",
  106. "pathName": "pages/Rank/index",
  107. "scene": null
  108. }
  109. ]
  110. }
  111. }
  112. }