DEV: Force workboxjs debug to false on dev env too

This commit is contained in:
Rafael dos Santos Silva 2019-07-15 16:07:49 -03:00
parent 7d01c5de1a
commit b505d1d700
1 changed files with 2 additions and 1 deletions

View File

@ -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";