Macil / browserify-hmr

Hot Module Replacement plugin for Browserify
MIT License
373 stars 26 forks source link

Updating source maps #2

Closed Calvein closed 8 years ago

Calvein commented 8 years ago

It might be more of a question that an issue (or it might not be related to browserify-hmr) but it looks like source maps aren't updating with browserify-hmr, is there a way to have them updating somehow ?

Macil commented 8 years ago

As far as I can tell, browserify-hmr handles sourcemaps right. It seems like browsers have issues with loading new sourcemaps for files: https://github.com/gaearon/react-hot-loader/issues/180.

Calvein commented 8 years ago

That's good to know and annoying at the same time :/ I'm closing the issue since it's not related to browserify-hmr.