s-panferov / awesome-typescript-loader

Awesome TypeScript loader for webpack
Other
2.35k stars 181 forks source link

Bail compilation in case of errors #607

Open pastinepolenta opened 6 years ago

pastinepolenta commented 6 years ago

Using webpack 3 here with React, I have also set bail: true in webpack.config.dev but the compilation goes on in case of typing errors. Is there a way to force bail?

What I get:

[at-loader] Checking finished with 7 errors
...
Compiled successfully!
You can now view MyApp in the browser.
KubaJastrz commented 5 years ago

I have the same issue, would be great to respect the bail setting. That would save me so much building time :D