Skip to content

5.0.0

Compare
Choose a tag to compare
@developit developit released this 11 Aug 23:44
· 8 commits to master since this release
5021ef6
  • Webpack 5 compatibility (in addition to Webpack 4) (#84, thanks @gluck & @dkozma!)

  • New filename and chunkFilename options (#82):

    new WorkerPlugin({
        filename: '[name].[hash:5].js',
        chunkFilename: '[name].[hash:5].js',
    })
  • Reduce non-actionable warnings (#73)

  • Fix support for output filenames with querystring parameters (#74, thanks @brn!)