Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange issue with Chrome 54.0.2840.71 #573

Closed
wmonk opened this issue Oct 26, 2016 · 2 comments
Closed

Strange issue with Chrome 54.0.2840.71 #573

wmonk opened this issue Oct 26, 2016 · 2 comments
Labels

Comments

@wmonk
Copy link
Contributor

wmonk commented Oct 26, 2016

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

- devtool: '#cheap-module-eval-source-map',
+ devtool: 'eval',

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.

@arunoda arunoda added the bug label Oct 27, 2016
@arunoda
Copy link
Member

arunoda commented Oct 27, 2016

Yep. I we should try to do something about the devtool.

@arunoda
Copy link
Member

arunoda commented Oct 27, 2016

Fixed with #577

@arunoda arunoda closed this as completed Oct 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants