dispalt / sbt-reactjs

React SBT Plugin using npm
Other
81 stars 22 forks source link

Update dependencies, minor SBT cleanup #2

Closed guersam closed 10 years ago

guersam commented 10 years ago

Some trivial changes.

guersam commented 10 years ago

It seems that jstransform need to be updated as well. I'll open another PR after making it happen.

dispalt commented 10 years ago

You mean the js shim for reporting errors?

guersam commented 10 years ago

We need jstransform >= 6.0.0 to use --harmony flag with React 0.11. I'll open new PR with the latest jstransform webjar which is merged a few hours ago.