project.config.json.default 1.2 KB

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