Skip to content

Releases: erikdesjardins/inert-entry-webpack-plugin

v4.0.0

04 Mar 17:58
Compare
Choose a tag to compare
  • BREAKING: Webpack 4
  • BREAKING: Filename interpolation now behaves the same as it does normally, without this plugin. This means that [chunkname] is no longer used and [name] gives you the name of the chunk.

v3.0.1

22 Jul 22:41
Compare
Choose a tag to compare
  • Support entry functions in Webpack config (#16, thanks @vseventer)

v3.0.0

16 Jul 22:32
Compare
Choose a tag to compare
  • BREAKING: Webpack 3

v2.0.0

05 Feb 19:51
Compare
Choose a tag to compare
  • BREAKING: Support Webpack 2 (#12, thanks @medfreeman)
  • BREAKING: Drop support for Node < 4