Emit sourcemaps on client#95
Conversation
|
devTool 'source-map' does not have any cache. So it's very slow. Better use I think the reason why they use currently only simple You could try my PR #96 - I enabled cheap sourcemaps and fixed some hot reloading issues by using webpack-dev-server for everything, not only assets +1 for good source maps even if this means to say good bye to huge red error messages |
|
Cool 👍 Gonna try it. |
|
That doesn't mean that you have to delete your PR. I would prefer a update of this PR using a better source map setting and maybe removal of the redbox-react plugin. May be it's even possible to get both - For me the best solution was to just omit this redbox instead of trying to figure out how to fix this. |
|
I closed because I didn't know that it did not cache the sourcemap and your PR is way more complete work :) |
|
BTW, the redbox-react plugin is not showing the correct line for me even with eval. |
|
Yes but at least it shows the correct file. |
|
Seems reasonable to remove it then. On Sun, Oct 11, 2015, 1:39 PM jbbr notifications@github.com wrote:
|
This is needed to debug 👍 This is how it looks like now:
