project.config.json 1.3 KB

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