5.0.0
-
Webpack 5 compatibility (in addition to Webpack 4) (#84, thanks @gluck & @dkozma!)
-
New
filename
andchunkFilename
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!)