just-paja/improtresk-web

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "plugins": [
    "@babel/plugin-proposal-object-rest-spread",
    ["@babel/plugin-transform-runtime", {
      "regenerator": true,
    }]
  ],
    "presets":[
    "@babel/preset-react",
    "@babel/preset-env"
  ]
}