Workbox v6.5.1
The Workbox v6.5.1 release includes a few changes related to our TypeScript interfaces and documentation.
A full changelog is available at v6.5.0...v6.5.1
What's New
- Additional inline
@examples of using our build tools have been added to the TSDocs forworkbox-buildandworkbox-webpack-plugin. [#3038] - The TypeScript type for the
generateSW(),injectManifest(), andgetManifest()methods inworkbox-buildhas been updated fromunknownto an appropriate actual type specific to each method. This should lead to better TSDoc generation and type inferences for developers. As this takes what was previously only a runtime check and moves it to a compile-time check, we believe that it should be functionally equivalent to prior releases, but if you run into problems, please let us know by opening an issue. [#3037]
What's Fixed
- We have re-added the
defaultexport toworkbox-webpack-plugin. [#3036]