developer239/react-apollo-graphql

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    "@babel/react",
    "@babel/typescript",
    [
      "@babel/env",
      {
        "modules": false
      }
    ]
  ],
  "plugins": ["@babel/plugin-transform-runtime"]
}