project.config.json 1007 B

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