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
Preprocessor magic in karma is doing more stuff nowadays. For example, the karma-webpack plugin runs entire webpack. Whenever an error is thrown, it is often logged to the console and proceeded, like business as usual. In karma-webpack's case, this means a timeout, because karma is blocked until the next succesful bundle.
In order to fix this issue, these 2 things need to be fixed first:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
stalebot
added
the
☠ stale
Marked as stale by the stale bot, will be removed after a certain time.
label
Nov 20, 2020
Preprocessor magic in karma is doing more stuff nowadays. For example, the karma-webpack plugin runs entire webpack. Whenever an error is thrown, it is often logged to the console and proceeded, like business as usual. In karma-webpack's case, this means a timeout, because karma is blocked until the next succesful bundle.
In order to fix this issue, these 2 things need to be fixed first:
https://github.com/webpack-contrib/karma-webpack/blob/3cc35b33e14405e65b8f91505f212b0b035f8cc0/src/karma-webpack.js#L130-L139
The text was updated successfully, but these errors were encountered: