project.config.json 612 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "compileType": "miniprogram",
  3. "setting": {
  4. "coverView": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "enhance": true,
  9. "showShadowRootInWxmlPanel": true,
  10. "packNpmRelationList": [],
  11. "babelSetting": {
  12. "ignore": [],
  13. "disablePlugins": [],
  14. "outputPath": ""
  15. },
  16. "ignoreUploadUnusedFiles": true
  17. },
  18. "condition": {},
  19. "editorSetting": {
  20. "tabIndent": "insertSpaces",
  21. "tabSize": 2
  22. },
  23. "simulatorPluginLibVersion": {},
  24. "libVersion": "3.8.9",
  25. "packOptions": {
  26. "ignore": [],
  27. "include": []
  28. },
  29. "appid": "wx29d26f63f836be7f"
  30. }