project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false
  32. },
  33. "compileType": "miniprogram",
  34. "libVersion": "2.4.4",
  35. "appid": "wx0883711d2af54d70",
  36. "projectname": "iSnow2",
  37. "debugOptions": {
  38. "hidedInDevtools": []
  39. },
  40. "isGameTourist": false,
  41. "simulatorType": "wechat",
  42. "simulatorPluginLibVersion": {},
  43. "condition": {
  44. "search": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "conversation": {
  49. "current": -1,
  50. "list": []
  51. },
  52. "plugin": {
  53. "current": -1,
  54. "list": []
  55. },
  56. "game": {
  57. "currentL": -1,
  58. "list": []
  59. },
  60. "gamePlugin": {
  61. "current": -1,
  62. "list": []
  63. },
  64. "miniprogram": {
  65. "current": -1,
  66. "list": [
  67. {
  68. "id": -1,
  69. "name": "pages/contest/answer/answer",
  70. "pathName": "pages/contest/answer/answer",
  71. "query": "",
  72. "scene": null
  73. },
  74. {
  75. "id": -1,
  76. "name": "pages/contest/info/info",
  77. "pathName": "pages/contest/info/info",
  78. "scene": null
  79. }
  80. ]
  81. }
  82. }
  83. }