project.config.json 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. }
  25. },
  26. "compileType": "miniprogram",
  27. "libVersion": "2.10.1",
  28. "appid": "wx1e6b4b1272d1c0ab",
  29. "projectname": "My%20Part-time%20Job",
  30. "debugOptions": {
  31. "hidedInDevtools": []
  32. },
  33. "isGameTourist": false,
  34. "simulatorType": "wechat",
  35. "simulatorPluginLibVersion": {},
  36. "condition": {
  37. "search": {
  38. "current": -1,
  39. "list": []
  40. },
  41. "conversation": {
  42. "current": -1,
  43. "list": []
  44. },
  45. "game": {
  46. "currentL": -1,
  47. "list": []
  48. },
  49. "miniprogram": {
  50. "current": -1,
  51. "list": []
  52. }
  53. }
  54. }