| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-08-06 | 513 Bytes | |
| Workbox v6.2.2 source code.tar.gz | 2021-08-06 | 766.3 kB | |
| Workbox v6.2.2 source code.zip | 2021-08-06 | 1.2 MB | |
| Totals: 3 Items | 1.9 MB | 0 | |
Workbox v6.2.2 fixes a few bugs introduced in the v6.2.0 release.
🐛 What's Fixed?
-
Validation fix for plugin functions passed to
runtimeCachingin the build tools. [#2901] -
Ensure that our
tscconfiguration transpiles newer language features down to the ES2017targetlevel. [#2902] -
Update to our
lernaconfiguration to use the--exacttag when publishing tonpm, to ensure that all the mutual dependencies in the monorepo use exact version matches, and not^versions. [#2904]