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

Setup hot module reloading for dev server #35

Merged
merged 2 commits into from
Jan 5, 2020
Merged

Setup hot module reloading for dev server #35

merged 2 commits into from
Jan 5, 2020

Conversation

dillonkearns
Copy link
Owner

@dillonkearns dillonkearns commented Jan 5, 2020

This adds HMR for code changes. There will need to be some more changes to allow for content changes to show up with hot module reloading since it is currently loaded from the content.json files in a GET request from the Elm code. The HMR will reload the code, but it will keep the currently loaded content.json data, instead of refreshing it. That will be a separate task to get that working.

@dillonkearns dillonkearns merged commit cc79662 into master Jan 5, 2020
@dillonkearns dillonkearns deleted the hmr branch January 5, 2020 03:16
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.

1 participant