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.

28 lines
635 B

  1. {
  2. "comments": true,
  3. "plugins": [
  4. "lodash",
  5. "graphql-tag",
  6. "@babel/plugin-syntax-dynamic-import",
  7. "@babel/plugin-syntax-import-meta",
  8. "@babel/plugin-proposal-class-properties",
  9. "@babel/plugin-proposal-json-strings",
  10. [
  11. "@babel/plugin-proposal-decorators",
  12. {
  13. "legacy": true
  14. }
  15. ],
  16. "@babel/plugin-proposal-function-sent",
  17. "@babel/plugin-proposal-export-namespace-from",
  18. "@babel/plugin-proposal-numeric-separator",
  19. "@babel/plugin-proposal-throw-expressions"
  20. ],
  21. "presets": [
  22. [
  23. "@babel/preset-env", {
  24. "useBuiltIns": "entry"
  25. }
  26. ]
  27. ]
  28. }