project.config.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": true,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "useMultiFrameRuntime": false,
  23. "useApiHook": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": []
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.13.1",
  37. "appid": "wx7e7a46e129d6cd0f",
  38. "projectname": "demo1",
  39. "debugOptions": {
  40. "hidedInDevtools": []
  41. },
  42. "isGameTourist": false,
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {
  46. "search": {
  47. "current": -1,
  48. "list": []
  49. },
  50. "conversation": {
  51. "current": -1,
  52. "list": []
  53. },
  54. "plugin": {
  55. "current": -1,
  56. "list": []
  57. },
  58. "game": {
  59. "currentL": -1,
  60. "list": []
  61. },
  62. "gamePlugin": {
  63. "current": -1,
  64. "list": []
  65. },
  66. "miniprogram": {
  67. "current": -1,
  68. "list": [
  69. {
  70. "id": -1,
  71. "name": "我的任务",
  72. "pathName": "pages/myMission/myMission",
  73. "scene": null
  74. }
  75. ]
  76. }
  77. }
  78. }