HMR With Riot JS #217

Closed
opened 2025-08-09 17:15:27 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @pushqrdx on 1/23/2018

I can't get riot's hmr to work in a simple web app running under IIS Express using Webpack. HMR Connects normally and when i ever i do changes to a tag it re compiles and says app is up to date.

Log:


[HMR] connected
[HMR] bundle rebuilding
[HMR] bundle rebuilt in 16ms
[HMR] Checking for updates on the server...
[HMR] Updated modules:
[HMR]  - ./ClientApp/random.tag
[HMR] App is up to date.

I have put together a sample VS Project here to explain what i have tried so far and reproduce that.

*Originally created by @pushqrdx on 1/23/2018* I can't get riot's hmr to work in a simple web app running under IIS Express using Webpack. HMR Connects normally and when i ever i do changes to a tag it re compiles and says app is up to date. Log: ``` [HMR] connected [HMR] bundle rebuilding [HMR] bundle rebuilt in 16ms [HMR] Checking for updates on the server... [HMR] Updated modules: [HMR] - ./ClientApp/random.tag [HMR] App is up to date. ``` I have put together a sample VS Project [here](https://github.com/pushqrdx/Riot-IIS-Issue/) to explain what i have tried so far and reproduce that.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#217
No description provided.