project.config.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": 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. "useCompilerModule": false,
  26. "userConfirmedUseCompilerModuleSwitch": false
  27. },
  28. "compileType": "miniprogram",
  29. "libVersion": "2.11.0",
  30. "appid": "wxd417822087cf4573",
  31. "projectname": "yifeng",
  32. "debugOptions": {
  33. "hidedInDevtools": []
  34. },
  35. "isGameTourist": false,
  36. "simulatorType": "wechat",
  37. "simulatorPluginLibVersion": {},
  38. "condition": {
  39. "search": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "conversation": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "game": {
  48. "currentL": -1,
  49. "list": []
  50. },
  51. "miniprogram": {
  52. "current": -1,
  53. "list": []
  54. }
  55. }
  56. }