| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| workbox-v3.0.0-alpha.6.zip | 2018-01-24 | 132.3 kB | |
| workbox-v3.0.0-alpha.6.tar.gz | 2018-01-24 | 82.9 kB | |
| README.md | 2018-01-24 | 610 Bytes | |
| Workbox v3.0.0-alpha.6 source code.tar.gz | 2018-01-24 | 476.7 kB | |
| Workbox v3.0.0-alpha.6 source code.zip | 2018-01-24 | 761.6 kB | |
| Totals: 5 Items | 1.5 MB | 0 | |
The latest alpha release of Workbox includes some project health improvements, as well as the following developer-visible changes from the previous alpha release.
🎉 What's New?
- [#1171] Support --injectManifest in the workbox-cli wizard.
🐛 What's Fixed?
- [#1173] Properly deal with webpack's publicPath + importWorkboxFrom: 'local'
- [#1181] Don't copy the same workbox-sw.js(.map) files twice
- [#1203] Tweak async/await usage to avoid a bug in the final prod bundle.
- [#1184] Switching to a db name instead of just a store name
- [#1216] Call new on the corresponding Plugin class.