prescottprue/gitsearch

View on GitHub
.babelrc

Summary

Maintainability
Test Coverage
// NOTE: These options are overriden by the babel-loader configuration
// for webpack, which can be found in ~/build/webpack.config.
{
  "presets": ["es2015", "react", "stage-0"],
  "plugins": ["transform-runtime"]
}