Skip to content

Workbox v6.2.2

Compare
Choose a tag to compare
@jeffposnick jeffposnick released this 06 Aug 19:13
· 72 commits to v6 since this release

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 runtimeCaching in the build tools. [#2901]

  • Ensure that our tsc configuration transpiles newer language features down to the ES2017 target level. [#2902]

  • Update to our lerna configuration to use the --exact tag when publishing to npm, to ensure that all the mutual dependencies in the monorepo use exact version matches, and not ^ versions. [#2904]