You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loader: throw an error if the debug loader promise is rejected (6304edd)
Features
debug: replace debug loader with Closure's (e52e856)
BREAKING CHANGES
debug: The debug loader has been removed in favor of generating
Closure dependencies and using goog.bootstrap. While this requires no changes
to existing index templates, it is a significant change to how applications
load in debug mode so a major version update seems warranted.