-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider support for hot-loading #4
Comments
yeah, I'd seen it and even poked around a bit (quite some time ago). |
Working on it, new to both react and WebPack so it's not obvious yet, Sent from my iPhone
|
Webpack-dev-server currently fails to instantiate websockets because of this issue: socketio/engine.io-client#376 |
Okay, engine-io issue is resolved, now to wait while webpack-dev-server guys update their deps: webpack/webpack-dev-server#199 |
@yamalight is this working yet? |
@cmelion was on vacation, haven't re-checked yet. will probably poke around during the weekend. |
@yamalight thanks, hope your well rested and had a good vaca. |
@cmelion wasn't bad :) |
@cmelion finally managed to get it working. the biggest issue was with |
Great! I ran into the Bootstrap issue with the React-Hot-Loader demo as well, but scoping the require to CSS and Fonts only solved it, as you found. The other modification I had to make to support Jenkins build was to use an older version of jsdom compatible with models to support our Jenkins environment. Sent from my iPhone
|
NodeJS not models, auto-correct strikes again. Sent from my iPhone
|
shipped in v0.9.0 |
https://github.com/gaearon/react-hot-loader
The text was updated successfully, but these errors were encountered: