DEV: debug: false for service workers to stop log spam via workbox (#12093)

This commit is contained in:
Martin Brennan 2021-02-16 14:01:19 +10:00 committed by GitHub
parent 9f0f801ae3
commit 0cba1fafe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ importScripts("<%= "#{Discourse.asset_host}#{Discourse.base_path}/javascripts/wo
workbox.setConfig({
modulePathPrefix: "<%= "#{Discourse.asset_host}#{Discourse.base_path}/javascripts/workbox" %>",
debug: <%= Rails.env.development? %>
debug: false
});
var authUrl = "<%= Discourse.base_path %>/auth/";