| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| workbox-v5.1.1.tar.gz | 2020-03-19 | 306.1 kB | |
| workbox-v5.1.1.zip | 2020-03-19 | 367.9 kB | |
| README.md | 2020-03-19 | 947 Bytes | |
| Workbox v5.1.1 source code.tar.gz | 2020-03-19 | 744.7 kB | |
| Workbox v5.1.1 source code.zip | 2020-03-19 | 1.1 MB | |
| Totals: 5 Items | 2.5 MB | 0 | |
(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.