project.config.json 1.1 KB

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