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
error: fail build on error and document debugJs option (8ab95de)
Features
webpack: write debug index for webpack build (43c8f09)
BREAKING CHANGES
webpack: This writes a debug index designed for builds using webpack and
closure-webpack-plugin. Projects must be updated to use webpack in the build,
and index options must be updated to include a debugJs path to the debug bundle
generated by webpack.
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.