Closed
Description
Commit(s) to merge
https://dart-review.googlesource.com/c/sdk/+/360281
Target
beta
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/360301
Issue Description
DevTools switched to compiling with unminified JS. This caused a type error preventing the VS Code DevTools side panel from loading: Dart-Code/Dart-Code#5049
What is the fix
We reverted to how we normally compile DevTools, with the default minified JS settings.
Why cherry-pick
Prevents Flutter VS Code side panel from loading, affecting all users of the side panel.
Risk
Low
Issue link(s)
Extra Info
No response