0-vortex/vortex.name

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    ["next/babel", {
      "preset-env": {},
      "transform-runtime": {},
      "styled-jsx": {},
      "class-properties": {}
    }]
  ],
  "plugins": [
    "emotion",
    "@babel/plugin-transform-async-to-generator"
  ]
}