InsidersByte/honeymoon-gift-list

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
    "presets": ["env", "stage-1", "react"],
    "plugins": ["transform-decorators-legacy"],
    "env": {
        "development": {
            "presets": ["react-hmre"],
            "plugins": ["flow-react-proptypes"]
        }
    }
}