project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "coverView": true,
  10. "es6": true,
  11. "postcss": true,
  12. "compileHotReLoad": true,
  13. "lazyloadPlaceholderEnable": false,
  14. "preloadBackgroundData": false,
  15. "minified": true,
  16. "autoAudits": false,
  17. "uglifyFileName": false,
  18. "uploadWithSourceMap": true,
  19. "enhance": true,
  20. "useMultiFrameRuntime": true,
  21. "showShadowRootInWxmlPanel": true,
  22. "packNpmManually": false,
  23. "packNpmRelationList": [],
  24. "minifyWXSS": true,
  25. "useStaticServer": true,
  26. "showES6CompileOption": false,
  27. "checkInvalidKey": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "disableUseStrict": false,
  34. "useCompilerPlugins": false,
  35. "minifyWXML": true
  36. },
  37. "compileType": "miniprogram",
  38. "libVersion": "2.23.2",
  39. "appid": "wxc0e0187692545ff1",
  40. "projectname": "magazine-web",
  41. "condition": {},
  42. "editorSetting": {
  43. "tabIndent": "insertSpaces",
  44. "tabSize": 2
  45. }
  46. }