Workbox 1.2.0
What's new?
The v1.2.0 release contains a number of smaller changes and bug fixes across several packages; note that packages that have not changed since the last release will not have a 1.2.0
version published on npm
.
workbox-background-sync
workbox-build
- typo: fix small typo (thanks to @markgoho)
- Copies sourcemap over with source files
- Adding defaults to workbox-build
- Add use strict to generate-sw for Node 4 support (thanks to @MaxLeiter)
- Adds support for manifestTransforms
workbox-cache-expiration
- Fixes a bug with cacheFirst handler + maxAgeSeconds + CORS request (h/t to @pbakaus for reporting)