Closed
Description
We have not merged hot reloading support yet but I noticed a very unfortunate issue: Chrome doesn't update sourcemaps.
See how the Hello
in browser Sources pane doesn't change.
Note that if we change Webpack devtool
setting from cheap-module-source-map
to eval
it will update on hot reloads:
It used to be broken too but at some point Chrome fixed it. I remember chatting with @paulirish about it in the past.
However we can't switch to eval
mode because we need the source mapping.
We should reach out to somebody at Chrome and figure out if this is fixable. We can live with the broken behavior for a while but if it’s not possible to fix later, then hot reloading experience would be confusing.