Skip to content

exit with correct error-code, update dependencies

Compare
Choose a tag to compare
@stoikerty stoikerty released this 23 Aug 12:45
· 7 commits to master since this release
f2897f7

When an errors occured, dev-toolkit would log the error but not exit with the right error code.
It will now correctly exit with 1 when an error occurs.

Also updates to the latest webpack version as well as some other minor dependency updates.