Skip to content

Instantly share code, notes, and snippets.

@drenther
Created June 17, 2018 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drenther/05a6ce4b32ec46787ff82c0c0d4b95e1 to your computer and use it in GitHub Desktop.
Save drenther/05a6ce4b32ec46787ff82c0c0d4b95e1 to your computer and use it in GitHub Desktop.
.babelrc for react-ssr
{
"presets": [
[
"env",
{
"targets": {
"browsers": ["last 2 versions"],
"node": "8.11.3"
}
}
],
"react",
"stage-2"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment