-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
No such label 'done hook' for WebpackLogger.timeEnd() #499
Comments
I also have this issue when using webpack compiler in js, but not in CLI. |
Are you able to create a reproduction repository showing this error happening? |
In fact i was able to find the exact case why this is happening. In the Webpack run callback, if something throws it will trigger this error. Ex:
If the WebpackBundleAnalyzer is configured, it should trigger this error. |
Adding a test that asserts the error thrown during compiler run would be a nice addition! Bonus points if the issue can be fixed, too |
@valscion The error message seems to be from Webpack logger. Can you pls brief what kind fix is expected here?. |
I don't really know what is the expected outcome to be honest 😅. What's the output if this same error is triggered but |
webpack v5.70.0
webpack-bundle-analyzer v4.5.0
new BundleAnalyzerPlugin()
The text was updated successfully, but these errors were encountered: