TheMagoo73/flagsmith-react

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
    "plugins": [
        "@babel/plugin-transform-runtime"
    ],
    "presets": [["@babel/env", {
        "targets": {
            "chrome": "89",
            "ie": "11"
        }
    }], "@babel/preset-react"],
    "comments": false
}