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+
14## v0.2.6
25 * Add diagnostics/lints formatters - ` formatter ` and ` formatterOptions ` option
36
Original file line number Diff line number Diff line change 55Webpack plugin that runs typescript type checker on a separate process.
66
77## 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**
99``` sh
1010npm install --save-dev fork-ts-checker-webpack-plugin
1111```
Original file line number Diff line number Diff line change 11{
22 "name" : " fork-ts-checker-webpack-plugin" ,
3- "version" : " 0.2.6 " ,
3+ "version" : " 0.2.7 " ,
44 "description" : " Runs typescript type checker and linter on separate process." ,
55 "main" : " lib/index.js" ,
66 "files" : [
You can’t perform that action at this time.
0 commit comments