project.config.json 1.0 KB

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