-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
feat: align part of StatsError #7091
Conversation
✅ Deploy Preview for rspack canceled.
|
151ccdc
to
b846045
Compare
Test Compatibility Diff
Unpassed tests6 🔴 Stats chunkGroups: TODO |
Summary
related #4339
resolve #4326
Align
stack
,details
,file
onStatsError
Allow the following javascript error to hide the stack by
hideStack
, and whenhideStack = true
, the stack info will be placed indetails
, no matter whathideStack
is, the stack info will always be placed instack
.this.emitError()
orthis.emitWarning()
in js loadercompilation.errors
orcompilation.warnings
Align chunk related fields on
StatsError
Some errors are thrown during creating chunk asset, so they have
chunkId
,chunkName
,chunkEntry
,chunkInitial
onStatsError
Checklist