NativeScript / nativescript-dev-webpack

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

stop on compilation errors in typescript applications #1083

Closed Fatme closed 4 years ago

Fatme commented 4 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

Fixes the limitation mentioned here.

To Reproduce

  1. Create typescript project
  2. tns run <platform>
  3. Make a semantic error within the application

Expected behavior

The webpack compilation should stop.