project.config.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "scopeDataCheck": false,
  9. "coverView": true,
  10. "es6": true,
  11. "postcss": true,
  12. "compileHotReLoad": false,
  13. "preloadBackgroundData": false,
  14. "minified": true,
  15. "autoAudits": false,
  16. "newFeature": false,
  17. "uglifyFileName": false,
  18. "uploadWithSourceMap": true,
  19. "useIsolateContext": true,
  20. "nodeModules": false,
  21. "enhance": false,
  22. "useCompilerModule": false,
  23. "userConfirmedUseCompilerModuleSwitch": false,
  24. "showShadowRootInWxmlPanel": true,
  25. "checkInvalidKey": true,
  26. "checkSiteMap": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. }
  32. },
  33. "compileType": "miniprogram",
  34. "libVersion": "",
  35. "appid": "touristappid",
  36. "projectname": "%E8%BF%90%E7%BB%B4%E7%AB%AF",
  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. }