project.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "preloadBackgroundData": false,
  8. "minified": true,
  9. "newFeature": true,
  10. "coverView": true,
  11. "nodeModules": false,
  12. "autoAudits": false,
  13. "showShadowRootInWxmlPanel": true,
  14. "scopeDataCheck": false,
  15. "checkInvalidKey": true,
  16. "checkSiteMap": true,
  17. "uploadWithSourceMap": true,
  18. "babelSetting": {
  19. "ignore": [],
  20. "disablePlugins": [],
  21. "outputPath": ""
  22. },
  23. "useCompilerModule": false,
  24. "userConfirmedUseCompilerModuleSwitch": false
  25. },
  26. "miniprogramRoot": "dist/wx/",
  27. "compileType": "miniprogram",
  28. // "appid": "wx91b4a901e2f6876b", // 丘比养车
  29. "appid": "wxb6f09597a1545d81", // 章鱼养车
  30. "projectname": "qbyc-wxmini",
  31. "simulatorType": "wechat",
  32. "simulatorPluginLibVersion": {},
  33. "libVersion": "2.14.1",
  34. "condition": {
  35. "search": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "conversation": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "game": {
  44. "currentL": -1,
  45. "list": []
  46. },
  47. "miniprogram": {
  48. "current": -1,
  49. "list": []
  50. }
  51. }
  52. }