project.config.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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": true,
  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. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "useCompilerModule": true,
  29. "userConfirmedUseCompilerModuleSwitch": false,
  30. "useIsolateContext": true
  31. },
  32. "compileType": "miniprogram",
  33. "libVersion": "2.11.1",
  34. "appid": "wxc9e688ef6559cea7",
  35. "projectname": "shares",
  36. "debugOptions": {
  37. "hidedInDevtools": []
  38. },
  39. "isGameTourist": false,
  40. "simulatorType": "wechat",
  41. "simulatorPluginLibVersion": {},
  42. "condition": {
  43. "search": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "conversation": {
  48. "current": -1,
  49. "list": []
  50. },
  51. "game": {
  52. "currentL": -1,
  53. "list": []
  54. },
  55. "miniprogram": {
  56. "current": -1,
  57. "list": []
  58. }
  59. }
  60. }