f96q/kptboard

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    "@babel/preset-env",
    "@babel/preset-react",
    "@babel/preset-typescript"
  ],
  "plugins": ["@babel/plugin-syntax-object-rest-spread"],
  "env": {
    "production": {
      "plugins": [
        "react-remove-properties"
      ]
    }
  }
}