Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): do not break build on webpack warnings
Breaking the webpack build on webpack warnings seems a little too restrictive. For example the performance hints are logged as warnings and therefore break the build. After this change the build will only exit with an error code of 1, if the build contains errors, but not if the build only contains warnings.
- Loading branch information