project.config.json 532 B

12345678910111213141516171819202122232425262728
  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. },
  22. "condition": {},
  23. "editorSetting": {
  24. "tabIndent": "auto",
  25. "tabSize": 2
  26. },
  27. "appid": "wx7eed908367f3fb0f"
  28. }