Skip to content

Instantly share code, notes, and snippets.

@devhero
Created May 22, 2018 16:52
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 devhero/ed4306de5a9746bc83457eb6b7f741da to your computer and use it in GitHub Desktop.
Save devhero/ed4306de5a9746bc83457eb6b7f741da to your computer and use it in GitHub Desktop.
ERROR in ./index.js Module build failed: SyntaxError: Unexpected token
// https://stackoverflow.com/questions/34614812/error-in-index-js-module-build-failed-syntaxerror-unexpected-token#34619867
// .babelrc
{
"presets": [
"react",
"env"
],
"plugins": [
"transform-object-rest-spread"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment