project.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "compileType": "miniprogram",
  3. "libVersion": "trial",
  4. "packOptions": {
  5. "ignore": [],
  6. "include": []
  7. },
  8. "setting": {
  9. "coverView": true,
  10. "es6": true,
  11. "postcss": true,
  12. "minified": true,
  13. "enhance": true,
  14. "showShadowRootInWxmlPanel": true,
  15. "packNpmRelationList": [],
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "urlCheck": true,
  22. "lazyloadPlaceholderEnable": false,
  23. "preloadBackgroundData": false,
  24. "autoAudits": false,
  25. "uglifyFileName": false,
  26. "uploadWithSourceMap": true,
  27. "packNpmManually": false,
  28. "minifyWXSS": true,
  29. "useStaticServer": true,
  30. "showES6CompileOption": false,
  31. "checkInvalidKey": true,
  32. "disableUseStrict": false,
  33. "useCompilerPlugins": false,
  34. "minifyWXML": true
  35. },
  36. "condition": {},
  37. "editorSetting": {
  38. "tabIndent": "auto",
  39. "tabSize": 2
  40. },
  41. "appid": "wxaefb842bd0b93ff0",
  42. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
  43. }