Skip to content

v0.2.0

Compare
Choose a tag to compare
@piotr-oles piotr-oles released this 02 Jun 21:20
  • 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 or tslint: './path/to/tslint.json' to enable it.
    • blockEmit option is removed - it choose automatically - blocks always on 'build' mode, never on 'watch' mode.