dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Compliation errors cause the build to fail now, dojo/cli-test-itern#31 #208

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description:

Errors during the webpack build will now return a rejected promise. With this, dojo test will fail when you have build errors.

Resolves https://github.com/dojo/cli-test-intern/issues/31

mwistrand commented 7 years ago

This also addresses at least part of #207, correct?

rorticus commented 7 years ago

Good catch @mwistrand , yes!