Closed
Bug 1433123
Opened 8 years ago
Closed 8 years ago
Console launchpad does not work
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox60 fixed)
RESOLVED
FIXED
Firefox 60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
Steps to reproduce:
1. cd devtools/client/webconsole
2. yarn install
3. yarn start
Expected results:
I can access the console in a tab
Actual results:
There is an error message (about postCSS, and spread operator issues)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8945479 [details]
Bug 1433123 - Fix console launchpad; .
https://reviewboard.mozilla.org/r/215640/#review221282
Thanks, fixes the issue for me!
R+, and inline question
Thanks Nicolas,
Honza
::: devtools/client/webconsole/.babelrc:4
(Diff revision 1)
> {
> "env": {
> "test": {
> "presets": ["es2015", "es2017"]
Why do we need these presets?
Attachment #8945479 -
Flags: review?(odvarko) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8945479 [details]
Bug 1433123 - Fix console launchpad; .
https://reviewboard.mozilla.org/r/215640/#review221286
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/586c8597bb34
Fix console launchpad; r=Honza.
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•