Skip to content

Commit 673b532

Browse files
author
Piotr Oleś
committed
v0.2.2
1 parent 3303765 commit 673b532

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.2.2
2+
* Force `isolatedModule: false` in checker compiler for better performance
3+
14
## v0.2.1
25
* Fix for `tslint: true` option issue
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-ts-checker-webpack-plugin",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Runs typescript type checker and linter on separate process.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)