andreypopp / andreypopp/typescript-loader
Throw error code when build fails
- Lingua principale
- JavaScript
- Stelle
- 81
- Fork
- 9
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
When using `typescript-loader` with webpack, failed compilations cause an exit code of `0` to be returned, even when the `--bail` flag is set on webpack (which is soon going to be switched to the default behavior: https://github.com/webpack/webpack/issues/708).
This breaks build tools like `make` and Docker, which use exit codes to determine whether a process encountered an error or not.

Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.