project.config.json 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. }
  25. },
  26. "compileType": "miniprogram",
  27. "libVersion": "2.9.2",
  28. "appid": "wxb09388c49aeb368c",
  29. "projectname": "myUinapp",
  30. "condition": {
  31. "search": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "conversation": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "game": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "miniprogram": {
  44. "current": -1,
  45. "list": []
  46. }
  47. }
  48. }