@@ -34,7 +34,11 @@ if (workbox) {
cacheName: 'static-resources'
})
);
workbox.googleAnalytics.initialize();
try {
} catch (e) {
console.log('Probably an ad-blocker');
}
} else {
console.log('Boo! Workbox didn\'t load 😬');
The note is not visible to the blocked user.