This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
stop on compilation errors in typescript applications #1083
Closed
Description
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):
- CLI: 6.1.2
- Cross-platform modules: 6.1.0
- Android Runtime: 6.1.0
- iOS Runtime: 6.1.0
- Plugin(s):
- Node.js:
Fixes the limitation mentioned here.
To Reproduce
- Create typescript project
tns run <platform>
- Make a semantic error within the application
Expected behavior
The webpack compilation should stop.