-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Description
Feature request
right now webpack puts generated code when executing module in error https://github.com/webpack/webpack/blob/main/lib/javascript/JavascriptModulesPlugin.js#L439
this stack trace will be printed in stdout
What is the expected behavior?
more user friendly output
What is motivation or use case for adding/changing the behavior?
improve DX
How should this be implemented in your opinion?
with current design I suggest to limit stack trace string length in stats
Are you willing to work on this yourself?
yes
Reactions are currently unavailable