Open
Bug 1483230
Opened 7 years ago
Updated 3 years ago
Allow to require most used libraries without the devtools/client/shared/vendor prefix
Categories
(DevTools :: Shared Components, enhancement, P3)
DevTools
Shared Components
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
Details
In order to facilitate importing external libraries relying on react or other popular libraries, we decided to promote some of them in Loader.jsm.
The initial discussion happened in https://github.com/devtools-html/rfcs/issues/50
I am focusing on a shortlist of libraries at the moment:
- "fluent"
- "fluent-react"
- "react"
- "react-dom-factories"
- "react-dom-server"
- "react-dom"
- "react-prop-types"
- "react-redux"
- "redux"
Comment 1•6 years ago
|
||
This bug has not been updated in the last 6 months. Resetting the assignee field.
Please, feel free to pick it up again and add a comment outlining your plans for it if you do still intend to work on it.
This is just trying to clean our backlog of bugs and make bugs available for people.
Assignee: jdescottes → nobody
Status: ASSIGNED → NEW
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•