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

Commit df7d122

Browse files
committed
fix: stop on compilation error in typescript applications
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
1 parent 70d8545 commit df7d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"copy-webpack-plugin": "~4.6.0",
5353
"css-loader": "~2.1.1",
5454
"escape-string-regexp": "1.0.5",
55-
"fork-ts-checker-webpack-plugin": "1.3.0",
55+
"fork-ts-checker-webpack-plugin": "2.0.0",
5656
"global-modules-path": "2.0.0",
5757
"loader-utils": "^1.2.3",
5858
"minimatch": "3.0.4",

0 commit comments

Comments
 (0)