Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
fix: stop on compilation error in typescript applications
Browse files Browse the repository at this point in the history
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](TypeStrong/fork-ts-checker-webpack-plugin#337) 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: NativeScript/nativescript-cli#3785
  • Loading branch information
Fatme committed Oct 25, 2019
1 parent 70d8545 commit df7d122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"copy-webpack-plugin": "~4.6.0",
"css-loader": "~2.1.1",
"escape-string-regexp": "1.0.5",
"fork-ts-checker-webpack-plugin": "1.3.0",
"fork-ts-checker-webpack-plugin": "2.0.0",
"global-modules-path": "2.0.0",
"loader-utils": "^1.2.3",
"minimatch": "3.0.4",
Expand Down

0 comments on commit df7d122

Please sign in to comment.