Workbox v5.1.1
(We ran into some issues with the v5.1.0
release process, so v5.1.1
is a republish of the same code.)
🎉 What's New?
workbox-routing
- Adjusted the debug logging code so that a URL's
hash
portion is displayed. [#2371]
workbox-webpack-plugin
- A new
compileSrc
option (defaulting totrue
) has been added. If set tofalse
, thenwebpack
will not run theswSrc
file through a compilation. This can be useful if you want yourswDest
output to be, e.g., a JSON file which contains your precache manifest. [#2412]
🐛 What's Fixed?
workbox-webpack-plugin
- Switch to official package exports when using internal
webpack
modules. [#2397] webpackCompilationPlugins
that customize theswSrc
compilation should now be properly applied. [#2400]
Thanks!
Special thanks to @aritsune, @bailnl, @novaknole and @pizzafox for raising issues that were resolved in this release.