project.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": false,
  7. "postcss": true,
  8. "minified": true,
  9. "newFeature": true,
  10. "coverView": true,
  11. "autoAudits": false,
  12. "checkInvalidKey": true,
  13. "checkSiteMap": true,
  14. "uploadWithSourceMap": true,
  15. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. },
  20. "useIsolateContext": true,
  21. "useCompilerModule": false,
  22. "userConfirmedUseCompilerModuleSwitch": false,
  23. "enablePullDownRefresh": true
  24. },
  25. "compileType": "miniprogram",
  26. "libVersion": "2.9.1",
  27. "appid": "wx3805cdb5bcb8646a",
  28. "projectname": "aijia_parent",
  29. "simulatorType": "wechat",
  30. "simulatorPluginLibVersion": {},
  31. "condition": {
  32. "search": {
  33. "current": -1,
  34. "list": []
  35. },
  36. "conversation": {
  37. "current": -1,
  38. "list": []
  39. },
  40. "plugin": {
  41. "current": -1,
  42. "list": []
  43. },
  44. "game": {
  45. "currentL": -1,
  46. "list": []
  47. },
  48. "miniprogram": {
  49. "current": 0,
  50. "list": [
  51. {
  52. "id": 0,
  53. "name": "update",
  54. "pathName": "pages/index/index",
  55. "query": "",
  56. "scene": "1001"
  57. }
  58. ]
  59. }
  60. }
  61. }