You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.js is empty.
When i now add random garbage to app.js (be it correct syntax or not), dev-server correctly spots the change and starts compiling, but apparantly not the file i just saved.
@theBull because most folks will benefit from learning how something works versus being fed answers. given the age of this issue, I'd also wager that keez can tell it's user error based on given input and output, but can't say specifically what it is given the limitation of info in the issue. Hashes are also an issue with webpack proper, rather than webpack-dev-server.
I'll add that it appears you stopped by just to drop a comment that had no real purpose other than to try to paint keez as a jerk. We don't welcome that here.
Uh oh!
There was an error while loading. Please reload this page.
app.js is empty.
When i now add random garbage to app.js (be it correct syntax or not), dev-server correctly spots the change and starts compiling, but apparantly not the file i just saved.
the hash does not change, no matter what i put in app.js
and chrome dev console says:
[WDS] Nothing changed.
and manually GETing /bundle.js shows its still serving the old file.
However, when i just restart the server, the hash changes and the new content is used.
The text was updated successfully, but these errors were encountered: