This repository was archived by the owner on Apr 19, 2026. It is now read-only.
5.0.0
-
Webpack 5 compatibility (in addition to Webpack 4) (#84, thanks @gluck & @dkozma!)
-
New
filenameandchunkFilenameoptions (#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!)