project.config.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "minified": true,
  10. "es6": false,
  11. "coverView": true,
  12. "postcss": true,
  13. "lazyloadPlaceholderEnable": false,
  14. "preloadBackgroundData": false,
  15. "autoAudits": false,
  16. "uglifyFileName": false,
  17. "uploadWithSourceMap": true,
  18. "enhance": true,
  19. "showShadowRootInWxmlPanel": true,
  20. "packNpmManually": false,
  21. "packNpmRelationList": [],
  22. "minifyWXSS": true,
  23. "useStaticServer": true,
  24. "showES6CompileOption": false,
  25. "checkInvalidKey": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "disableUseStrict": false,
  32. "useCompilerPlugins": false
  33. },
  34. "compileType": "miniprogram",
  35. "libVersion": "",
  36. "appid": "wx55637849acebb7e7",
  37. "projectname": "alhj-wx",
  38. "condition": {
  39. "search": {
  40. "current": -1,
  41. "list": []
  42. },
  43. "conversation": {
  44. "current": -1,
  45. "list": []
  46. },
  47. "game": {
  48. "current": -1,
  49. "list": []
  50. },
  51. "miniprogram": {
  52. "current": -1,
  53. "list": []
  54. }
  55. },
  56. "editorSetting": {
  57. "tabIndent": "insertSpaces",
  58. "tabSize": 2
  59. }
  60. }