This repository has been archived by the owner on May 1, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information