project.config.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "appid": "wx4e4e58e8f4d714a2",
  3. "compileType": "miniprogram",
  4. "libVersion": "3.0.1",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "urlCheck": true,
  11. "coverView": true,
  12. "es6": true,
  13. "postcss": true,
  14. "lazyloadPlaceholderEnable": false,
  15. "preloadBackgroundData": false,
  16. "minified": true,
  17. "autoAudits": false,
  18. "uglifyFileName": false,
  19. "uploadWithSourceMap": true,
  20. "enhance": 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. "condition": {},
  38. "editorSetting": {
  39. "tabIndent": "insertSpaces",
  40. "tabSize": 2
  41. },
  42. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
  43. }