Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gatsby-plugin-offline): Merge workboxConfig and default o… (#19437)
- Loading branch information
8791329
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like breaking change, especially for
runtimeCaching
value. In case of spread operatorruntimeCaching
value will completely redefine default one while_.merge()
will do a recursive merge.With
_.merge
to change, for example, the second rule ofruntimeCaching
for thepage-data.json
strategy you need to define in the config such structure:not obvious...