project.config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "scopeDataCheck": false,
  9. "coverView": true,
  10. "es6": false,
  11. "postcss": true,
  12. "compileHotReLoad": false,
  13. "lazyloadPlaceholderEnable": false,
  14. "preloadBackgroundData": false,
  15. "minified": true,
  16. "autoAudits": false,
  17. "newFeature": false,
  18. "uglifyFileName": false,
  19. "uploadWithSourceMap": true,
  20. "useIsolateContext": true,
  21. "nodeModules": false,
  22. "enhance": true,
  23. "useMultiFrameRuntime": true,
  24. "useApiHook": true,
  25. "useApiHostProcess": true,
  26. "showShadowRootInWxmlPanel": true,
  27. "packNpmManually": false,
  28. "packNpmRelationList": [],
  29. "minifyWXSS": true
  30. },
  31. "compileType": "miniprogram",
  32. "libVersion": "",
  33. "appid": "wx58efaca110d45796",
  34. "projectname": "星火纵横销售端",
  35. "condition": {
  36. "search": {
  37. "list": []
  38. },
  39. "conversation": {
  40. "list": []
  41. },
  42. "game": {
  43. "list": []
  44. },
  45. "miniprogram": {
  46. "list": []
  47. }
  48. }
  49. }