pawelnvk/react-dropout

View on GitHub
.babelrc

Summary

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