This repository has been archived by the owner on Jan 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 492
Enabling webpack hot module reloading? #118
Comments
As this issue hasn't been updated for a while, I am going to close it. If there are any updates feel free to re-open and comment. 👍 |
I understand. It's not resolved (HMR doesn't work), but there has been no comment or activity. |
howdy As of Typescript 2.0 (https://tinyurl.com/j8xro5g) Hot module namespace errors are easily resolved by running
or the equivalent
Perhaps this will resolve your issue? I was able to get it working with this style (https://tinyurl.com/y7gzcqqm) of hot module reloading. My index.tsx
|
upstream work seems to be at facebook/create-react-app#2304 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I looked through previous issues and could not find an answer to this. I had hot module reloading working previous with the JS version of create-react-app. After converting it to typescript, everything works well except for hot module reloading. The reloading actually does happen, but any typescript React components are not updating unless I do a full page refresh.
Has anyone got this working with typescript?
The text was updated successfully, but these errors were encountered: