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 3dde906 commit bd01ebaCopy full SHA for bd01eba
CHANGELOG.md
@@ -1,5 +1,10 @@
1
+## v0.1.4
2
+ * Fix send to closed channel case
3
+ * Fix removed files case
4
+ * Add `fork-ts-checker-service-start-error` hook
5
+
6
## v0.1.3
- * Fix Cannot read property 'mtime' of undefined on OSX
7
+ * Fix "Cannot read property 'mtime' of undefined on OSX"
8
9
## v0.1.2
10
* Workers mode works correctly (fixed typo)
package.json
@@ -1,6 +1,6 @@
{
"name": "fork-ts-checker-webpack-plugin",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "Runs typescript type checker and linter on separate process.",
"main": "lib/index.js",
"scripts": {
0 commit comments