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
I encountered lastly an issue, where my webpack build took about 10 more seconds than usual to run.
Well, not exactly: the build was done, but then I had to wait like 10 more seconds for the terminal to let me type anything.
Hello,
I encountered lastly an issue, where my webpack build took about 10 more seconds than usual to run.
Well, not exactly: the build was done, but then I had to wait like 10 more seconds for the terminal to let me type anything.
Here is the culprit commit: 59da93a
When I comment out the
options.timeout = 10;
line it works as expected. But obviously feels wrong.And obviously, setting the
timeout
option in my webpack config to0
won't work as 0 is falsy.Any way to revert this or fix it?
Thank you
The text was updated successfully, but these errors were encountered: