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
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
feature(webpack): Propagate errors from webpack stats (#871)
* Propagate errors from webpack stats
Prior to this patch, the script would only raise errors raised directly
by webpack and skip errors raised from the compilation. This is contrary
to what webpack suggests in terms of error handling[1].
This patch makes it so that any compilation errors will cause ionic to
also abort the build, while any compilation warnings will log a warning
through ionic's Logger.
* Update webpack.ts
0 commit comments