- tsconfig.json and tslint.json path are not printed anymore.
watch
option is not used on 'build' mode- Handle case with no options object (
new ForkTsCheckerWebpacPlugin()
) - Basic integration tests (along units)
- Breaking changes:
- tslint is not enabled by default - you have to set
tslint: true
ortslint: './path/to/tslint.json'
to enable it. blockEmit
option is removed - it choose automatically - blocks always on 'build' mode, never on 'watch' mode.
- tslint is not enabled by default - you have to set