-
Notifications
You must be signed in to change notification settings - Fork 263
Hot Module Reload doesn't seem to work #51
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
Comments
Yeah we're looking into this one, there's some kind of issue that appeared with dotnet 2.0 that's causing HMR to not really load properly! |
You've probably seen it.... but the pre packaged react project in visual studio 2017 has a HMR setup that works fine, I haven't had a look at what the differences are. |
Yeah, I need to see what might be causing it here. Might be something in StartUp.cs I'm missing / or a file like that. |
Might be that we need to get to 2.x of aspnet-webpack: |
Yep, that worked. |
Thank god I found this solution, I've spent 3 days trying to figure this out...Never thought of upping the version of aspnet-webpack oddly enough...Can you please make this change to the branch? |
Sure, I'll make the change now! |
Dude you saved my day :) |
Uh oh!
There was an error while loading. Please reload this page.
I just downloaded the repository, ran it, website came up fine, but any changes to files doesn't seem to update the website.
If I refresh the page, then the change appears
in the javascript console in chromeI have
EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection.
Which keeps counting up.
( Using Visual Studio 2017 15.3.2 )
The text was updated successfully, but these errors were encountered: