DEV: Force workboxjs debug to false on dev env too
This commit is contained in:
parent
7d01c5de1a
commit
b505d1d700
|
@ -3,7 +3,8 @@
|
|||
importScripts("<%= ::UrlHelper.absolute("/javascripts/workbox/workbox-sw.js") %>");
|
||||
|
||||
workbox.setConfig({
|
||||
modulePathPrefix: "<%= ::UrlHelper.absolute("/javascripts/workbox") %>"
|
||||
modulePathPrefix: "<%= ::UrlHelper.absolute("/javascripts/workbox") %>",
|
||||
debug: false
|
||||
});
|
||||
|
||||
const cacheVersion = "1";
|
||||
|
|
Loading…
Reference in New Issue