Uh oh!
There was an error while loading. Please reload this page.
Enable eval-source-map for firefox - #5060
Conversation
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Timer
commented
Dec 1, 2018
Stale be gone! |
jasonLaster
commented
Dec 3, 2018
@Timer should we rebase and try to land? It seems like chrome is unblocked... |
Timer
commented
Dec 3, 2018
Yeah, I think it's about time to switch to this by default. |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Switches to eval-source-map, which is easier for webpack to recompute when a file changes and has column based mappings, which lets firefox devtools show original variable in the debugger and evaluate original expressions in the console.
jasonLaster
commented
Jan 3, 2019
hmm, seeing some build errors |
Timer
commented
Jan 3, 2019
I tagged this for next release so it stops falling through the cracks :-) |
robertvansteen
commented
Jan 3, 2019
@jasonLaster that error is also on master. Not sure what's going on. |
@ianschmitz thanks for the bump. |
Timer
commented
Jan 7, 2019
|
Timer
commented
Jan 7, 2019
Thanks @jasonLaster for all the time you spent on this, including our pair-programming! It was a pleasure working with you. |
Follow up for #4930.
This enables
eval-source-mapfor firefox browsers, which makes it possible to see mapped scopes and variables. Hopefully in a couple of months chrome will also supporteval-source-mapand we can drop the check.