thiskevinwang/coffee-code-climb

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "plugins": ["@babel/plugin-proposal-optional-chaining"],
  "presets": [
    [
      "babel-preset-gatsby",
      {
        "targets": {
          "browsers": [">0.25%", "not dead"]
        }
      }
    ]
  ]
}