Skip to content
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

Another hot module reloading attempt #192

Merged
merged 1 commit into from
Sep 16, 2015
Merged

Conversation

stevoland
Copy link
Collaborator

Another attempt at #157 but keeps the dev server in it's own process to keep server reloading as per glenjamin's suggestion: #157 (comment).

I think this PR also consolidates babel configs in .babelrc as per #53

},
"engines": {
"node": ">=0.10.32"
"node": ">=2.2.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

node 2.2.1 ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I thought one of the new dependencies required this version :/ My bad, I've force pushed a fix.

@stevoland stevoland force-pushed the hot-reload branch 3 times, most recently from bcb0f61 to a88045a Compare September 15, 2015 21:50
Hot loading remains in a separate process to allow server reloading

Also unifies babel configs in .babelrc
@quicksnap
Copy link
Collaborator

Works for me!

erikras added a commit that referenced this pull request Sep 16, 2015
Another hot module reloading attempt. Fixes #157, fixes #53.
@erikras erikras merged commit eef6d0b into erikras:master Sep 16, 2015
@erikras
Copy link
Owner

erikras commented Sep 16, 2015

Excellent work, @stevoland!! 👍 🍻

@stevoland
Copy link
Collaborator Author

cheers! 🎉

@catamphetamine
Copy link
Contributor

FYI
gaearon/react-transform-hmr#5 (comment)

when you'll be upgrading to react-transform-hmr there will be an error in the console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants