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 fb0d38c commit 33f8f61Copy full SHA for 33f8f61
packages/onesignal/index.js
@@ -33,7 +33,7 @@ function addOneSignal (moduleOptions) {
33
cdn: true,
34
GcmSenderId: '482941778795',
35
importScripts: [
36
- '/sw.js'
+ '/sw.js?' + Date.now()
37
],
38
init: {
39
allowLocalhostAsSecureOrigin: true,
0 commit comments