We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc9534 commit 8791329Copy full SHA for 8791329
packages/gatsby-plugin-offline/src/gatsby-node.js
@@ -151,10 +151,7 @@ exports.onPostBuild = (
151
clientsClaim: true,
152
}
153
154
- const combinedOptions = {
155
- ...options,
156
- ...workboxConfig,
157
- }
+ const combinedOptions = _.merge(options, workboxConfig)
158
159
const idbKeyvalFile = `idb-keyval-iife.min.js`
160
const idbKeyvalSource = require.resolve(`idb-keyval/dist/${idbKeyvalFile}`)
0 commit comments