project.config.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": false,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "enableEngineNative": false,
  32. "useIsolateContext": true,
  33. "useCompilerModule": false,
  34. "userConfirmedUseCompilerModuleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true
  38. },
  39. "compileType": "miniprogram",
  40. "libVersion": "2.4.4",
  41. "appid": "wx0883711d2af54d70",
  42. "projectname": "iSnow2",
  43. "debugOptions": {
  44. "hidedInDevtools": []
  45. },
  46. "isGameTourist": false,
  47. "simulatorType": "wechat",
  48. "simulatorPluginLibVersion": {},
  49. "condition": {
  50. "plugin": {
  51. "list": []
  52. },
  53. "game": {
  54. "list": []
  55. },
  56. "gamePlugin": {
  57. "list": []
  58. },
  59. "miniprogram": {
  60. "list": [
  61. {
  62. "id": -1,
  63. "name": "pages/contest/answer/answer",
  64. "pathName": "pages/contest/answer/answer",
  65. "query": "",
  66. "scene": null
  67. },
  68. {
  69. "id": -1,
  70. "name": "pages/contest/info/info",
  71. "pathName": "pages/contest/info/info",
  72. "query": "",
  73. "scene": null
  74. },
  75. {
  76. "name": "pages/contest/score/score",
  77. "pathName": "pages/contest/score/score",
  78. "query": "",
  79. "scene": null
  80. },
  81. {
  82. "name": "pages/contest/stars/stars",
  83. "pathName": "pages/contest/stars/stars",
  84. "scene": null
  85. }
  86. ]
  87. }
  88. }
  89. }