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.
2 parents 3303765 + 673b532 commit c273f12Copy full SHA for c273f12
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## v0.2.2
2
+ * Force `isolatedModule: false` in checker compiler for better performance
3
+
4
## v0.2.1
5
* Fix for `tslint: true` option issue
6
package.json
@@ -1,6 +1,6 @@
{
"name": "fork-ts-checker-webpack-plugin",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "Runs typescript type checker and linter on separate process.",
"main": "lib/index.js",
"scripts": {
0 commit comments