Skip to content

Instantly share code, notes, and snippets.

@vijayrawatsan
Created November 5, 2015 09:58
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 vijayrawatsan/c1f59fe25c7202b6e392 to your computer and use it in GitHub Desktop.
Save vijayrawatsan/c1f59fe25c7202b6e392 to your computer and use it in GitHub Desktop.
browserify babelify babel-plugin-transform-react-jsx exception
t.Identifier: Too many arguments passed. Received 3 but can receive no more than 1 while parsing
Solution:
Update to following or latest:
"babel-plugin-transform-react-jsx": "6.0.18",
"babelify": "7.2.0",
"browserify": "12.0.1",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment