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
Chrome just updated today/yesterday to 54.0.2840.71. For some reason at various points of our component interactions, the main thread is blocked for ~5s. This is obviously painful to use, and from a bit of debugging I can see that webpack is trying to parse/fetch sourcemaps - although I'm not sure why.
Chrome just updated today/yesterday to 54.0.2840.71. For some reason at various points of our component interactions, the main thread is blocked for ~5s. This is obviously painful to use, and from a bit of debugging I can see that webpack is trying to parse/fetch sourcemaps - although I'm not sure why.
I was able to change the webpack config to
which has alleviated the problem. I have a feeling it's semi related to this issue http://github.com/devtool/issues/74, or the source mapper used in webpack.
The text was updated successfully, but these errors were encountered: