We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4322b1 commit 76a8715Copy full SHA for 76a8715
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v0.2.8
2
+ * Add `checkSyntacticErrors` option
3
+ * Fix `process.env` pass to the child process
4
+ * Add `fork-ts-checker-service-before-start` hook
5
+
6
## v0.2.7
7
* Fix service is not killed when webpack watch is done
8
package.json
@@ -1,6 +1,6 @@
{
"name": "fork-ts-checker-webpack-plugin",
- "version": "0.2.7",
+ "version": "0.2.8",
"description": "Runs typescript type checker and linter on separate process.",
"main": "lib/index.js",
"files": [
0 commit comments