project.config.json 914 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "simulatorType": "wechat",
  31. "simulatorPluginLibVersion": {},
  32. "condition": {
  33. "search": {
  34. "current": -1,
  35. "list": []
  36. },
  37. "conversation": {
  38. "current": -1,
  39. "list": []
  40. },
  41. "game": {
  42. "current": -1,
  43. "list": []
  44. },
  45. "miniprogram": {
  46. "current": -1,
  47. "list": []
  48. }
  49. }
  50. }