Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle undefined webpack build error (#2360)
In some cases, `stats.compilation.errors` contains an `undefined`. In these cases, `toJson` crashes when accessing a method on this undefined object. This change now filters out `undefined` errors
- Loading branch information