File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.7
2
+ * Fix service is not killed when webpack watch is done
3
+
1
4
## v0.2.6
2
5
* Add diagnostics/lints formatters - ` formatter ` and ` formatterOptions ` option
3
6
Original file line number Diff line number Diff line change 5
5
Webpack plugin that runs typescript type checker on a separate process.
6
6
7
7
## Installation
8
- This plugin requires minimum ** webpack 2** , ** typescript 2.1** and optionally ** tslint 5.0**
8
+ This plugin requires minimum ** webpack 2.3 ** , ** typescript 2.1** and optionally ** tslint 5.0**
9
9
``` sh
10
10
npm install --save-dev fork-ts-checker-webpack-plugin
11
11
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " fork-ts-checker-webpack-plugin" ,
3
- "version" : " 0.2.6 " ,
3
+ "version" : " 0.2.7 " ,
4
4
"description" : " Runs typescript type checker and linter on separate process." ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments