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
hashportion is displayed. [#2371]
workbox-webpack-plugin
- A new
compileSrcoption (defaulting totrue) has been added. If set tofalse, thenwebpackwill not run theswSrcfile through a compilation. This can be useful if you want yourswDestoutput 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
webpackmodules. [#2397] webpackCompilationPluginsthat customize theswSrccompilation should now be properly applied. [#2400]
Thanks!
Special thanks to @aritsune, @bailnl, @novaknole and @pizzafox for raising issues that were resolved in this release.