Skip to content

v2.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 05 Sep 17:37
· 301 commits to master since this release

2.0.0 (2019-09-05)

⚠ BREAKING CHANGES

  • minimum require Node.js version is 8.9.0
  • the extractComments option is true by default
  • the cache option is true by default
  • the parallel option is true by default
  • using the extractComments.condition option with true value extract only some comments
  • the sourceMap option now defaults to depending on the devtool Webpack option

Bug Fixes

Features

  • enable the cache option by default (#132) (960d249)
  • enable the extractComments option by default (ad2471c)
  • enable the parallel option by default (#131) (7b342af)
  • respect devtool values for source map generation (#140) (dd37ca1)