Closed
Bug 1826508
Opened 3 years ago
Closed 3 years ago
Use rollup to generate workers bundles
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(firefox114 fixed)
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
Webpack transpiles the files using babel, which means that we might get slower code in the end.
Rollup shouldn't transpile the files
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f90ccd7cf9d8
[devtools] Use rollup for bundling debugger workers. r=devtools-reviewers,bomsy.
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•