project.config.json 1016 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "preloadBackgroundData": false,
  8. "minified": true,
  9. "newFeature": true,
  10. "autoAudits": false,
  11. "coverView": true,
  12. "showShadowRootInWxmlPanel": true,
  13. "scopeDataCheck": false,
  14. "nodeModules": 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": "wxb6f09597a1545d81",
  29. "projectname": "zyyc-wxmini",
  30. "simulatorType": "wechat",
  31. "simulatorPluginLibVersion": {},
  32. "libVersion": "2.7.2",
  33. "condition": {
  34. "search": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "conversation": {
  39. "current": -1,
  40. "list": []
  41. },
  42. "game": {
  43. "currentL": -1,
  44. "list": []
  45. },
  46. "miniprogram": {
  47. "current": -1,
  48. "list": []
  49. }
  50. }
  51. }