andrew-codes/gatsby-plugin-elasticlunr-search

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
{
  "presets": [
    [
      "@babel/preset-env",
      {
        "targets": {
          "node": "current"
        }
      }
    ]
  ],
  "plugins": [
    "@babel/proposal-object-rest-spread"
  ]
}