.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": ["env", "react"],
  "plugins": [
    "syntax-dynamic-import"
  ]
}