dojo / cli-build-webpack

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

Failing on lint errors when doing a regular build #210

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Type: feature

The following has been addressed in the PR:

Description:

This PR will make the webpack build fail (right away) if there are tslint problems when doing a regular (dojo build) build. If you use watch (-w) or tests (-t) the lint errors will only generate warnings.

Resolves #207