You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
374 B

4 years ago
  1. {
  2. "presets": [
  3. [
  4. "env",
  5. {
  6. "useBuiltIns": true,
  7. "targets": {
  8. "node": "current"
  9. },
  10. "exclude": [
  11. "transform-async-to-generator",
  12. "transform-regenerator"
  13. ]
  14. }
  15. ]
  16. ],
  17. "plugins": [
  18. [
  19. "transform-object-rest-spread",
  20. {
  21. "useBuiltIns": true
  22. }
  23. ]
  24. ]
  25. }