project.config.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. },
  35. "compileType": "miniprogram",
  36. "libVersion": "",
  37. "appid": "wx066a613dd9d313e7",
  38. "projectname": "星火纵横学员端",
  39. "condition": {
  40. "search": {
  41. "current": -1,
  42. "list": []
  43. },
  44. "conversation": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "game": {
  49. "current": -1,
  50. "list": []
  51. },
  52. "miniprogram": {
  53. "current": -1,
  54. "list": []
  55. }
  56. },
  57. "editorSetting": {
  58. "tabIndent": "insertSpaces",
  59. "tabSize": 2
  60. }
  61. }