Closed
Bug 1609063
Opened 6 years ago
Closed 6 years ago
Make it easy to generate an unminified CodeMirror bundle
Categories
(DevTools :: Source Editor, task, P2)
DevTools
Source Editor
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Updated•6 years ago
|
Component: Shared Components → Source Editor
| Assignee | ||
Comment 1•6 years ago
|
||
This can be very useful when investigating an
issue happening in CodeMirror.
The build script was broken due to the usage
of absolute paths; this is fixed by adding
a resolve.modules entry in the webpack config.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0bc4d93567a7
Add a sourceeditor npm script to generate unminified codemirror bundle. r=gl.
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•