project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "coverView": true,
  11. "es6": true,
  12. "postcss": true,
  13. "lazyloadPlaceholderEnable": false,
  14. "preloadBackgroundData": false,
  15. "autoAudits": false,
  16. "uglifyFileName": false,
  17. "uploadWithSourceMap": true,
  18. "enhance": true,
  19. "useMultiFrameRuntime": true,
  20. "showShadowRootInWxmlPanel": true,
  21. "packNpmManually": false,
  22. "packNpmRelationList": [],
  23. "minifyWXSS": true,
  24. "useStaticServer": true,
  25. "showES6CompileOption": false,
  26. "checkInvalidKey": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "disableUseStrict": false,
  33. "useCompilerPlugins": false,
  34. "minifyWXML": true
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "",
  38. "appid": "wx066a613dd9d313e7",
  39. "projectname": "星火纵横学员端",
  40. "condition": {
  41. "search": {
  42. "current": -1,
  43. "list": []
  44. },
  45. "conversation": {
  46. "current": -1,
  47. "list": []
  48. },
  49. "game": {
  50. "current": -1,
  51. "list": []
  52. },
  53. "miniprogram": {
  54. "current": -1,
  55. "list": []
  56. }
  57. },
  58. "editorSetting": {
  59. "tabIndent": "insertSpaces",
  60. "tabSize": 2
  61. }
  62. }