Open
Bug 1859815
Opened 2 years ago
Updated 7 months ago
Allow pretty printing bundle
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
For now, we prevent pretty printing the bundles, that, even when the related source map is half broken.
We should at least allow it to work when the original source is broken (example: its text content can't be fetched).
Or we may allow pretty printing the bundle while disable the sourcemap for that one precise bundle.
Such feature would require tedious cleanup when we pretty print the bundle to ensure that all data around source map is cleared for that source.
| Reporter | ||
Comment 1•2 years ago
|
||
Updated•7 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•