NativeScript / nativescript-dev-webpack

A package to help with webpacking NativeScript apps.
Apache License 2.0
97 stars 49 forks source link

fix: stop on compilation error in typescript applications #1078

Closed Fatme closed 4 years ago

Fatme commented 4 years ago

We have a limitation that webpack compilation doesn't stop on error in typescript applications. That was due to the issue in fork-ts-checker-webpack-plugin. After merging the PR that fixes the issue and releasing 2.0.0 version of the plugin, we can update it on our side and that way webpack compilation will stop on syntax/semantic errors within the application.

Rel to: https://github.com/NativeScript/nativescript-cli/issues/3785 Rel to: https://github.com/NativeScript/nativescript-dev-webpack/issues/1083

PR Checklist

What is the current behavior?

What is the new behavior?

Fixes/Implements/Closes #[Issue Number].