Skip to content

Releases: johvin/smart-banner-webpack-plugin

3.0.1 - 2017-02-13

13 Feb 03:12
Compare
Choose a tag to compare

Changed

  • fix the error caused by chunk.initial with webpack 2

3.0.0 - 2017-01-23

23 Jan 09:53
Compare
Choose a tag to compare

Changed

  • supports webpack 2
  • changes arguments format which stays same with webpack.BannerPlugin in webpack 2
  • changes dependencies
  • update usage example in readme

2.0.0 - 2016-08-04

23 Jan 02:39
Compare
Choose a tag to compare

Changed

  • change variable [name] to [filename]

1.0.0 - 2016-08-03

23 Jan 02:41
Compare
Choose a tag to compare

Added

  • supports what webpack 1 BannerPlugin supports
  • supports variable [name] in the banner string to insert the current chunk's filename.