ragingwind / next-workbox-webpack-plugin

webpack plugin for Next.js PWA with workbox
MIT License
75 stars 12 forks source link

Support for offline Google Analytics #7

Open ocean90 opened 6 years ago

ocean90 commented 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.

Am I'm missing something or can support be added?

ocean90 commented 6 years ago

Just found https://github.com/GoogleChrome/workbox/commit/f2e3165138ee59c9cd18e1a62f5118b0065dc1a5, so we'll have to wait for the new version of workbox-build.