This repository has been archived by the owner on May 27, 2021. It is now read-only.
As a developer I would like support for Hot Module Replacement / Reloading (HMR) #40
Open
1 of 5 tasks
Labels
enhancement
New feature or request
Type of Change
Summary
HMR is a feature of webpack's in-memory dev server that allows for only have to reload the modules that actually changed, instead of having to refresh the entire page and losing all the state of the app.
Details
It should be possible in theory, but not 100% certain. Have done it with React which is pretty much all JS, so I don't see why it wouldn't work with "vanilla" JS.
The text was updated successfully, but these errors were encountered: