project.config.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": false,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": false,
  31. "userConfirmedUseCompilerModuleSwitch": false
  32. },
  33. "compileType": "miniprogram",
  34. "libVersion": "",
  35. "appid": "touristappid",
  36. "projectname": "江夏红十字会",
  37. "simulatorType": "wechat",
  38. "simulatorPluginLibVersion": {},
  39. "condition": {
  40. "search": {
  41. "current": -1,
  42. "list": []
  43. },
  44. "conversation": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "game": {
  49. "current": -1,
  50. "list": []
  51. },
  52. "miniprogram": {
  53. "current": -1,
  54. "list": []
  55. }
  56. }
  57. }