Open ocean90 opened 6 years ago
It doesn't seem like there's a way to enable the module for offline Google Analytics. Based on https://developers.google.com/web/tools/workbox/guides/enable-offline-analytics it would need the workbox.googleAnalytics.initialize(); line in the service worker.
workbox.googleAnalytics.initialize();
Am I'm missing something or can support be added?
Just found https://github.com/GoogleChrome/workbox/commit/f2e3165138ee59c9cd18e1a62f5118b0065dc1a5, so we'll have to wait for the new version of workbox-build.
It doesn't seem like there's a way to enable the module for offline Google Analytics. Based on https://developers.google.com/web/tools/workbox/guides/enable-offline-analytics it would need the
workbox.googleAnalytics.initialize();
line in the service worker.Am I'm missing something or can support be added?