Hi,
I wan't to convert my GWT (2.8.1) application to an progressive web app and add code splitting. I already build a custom Linker which creates a service worker file automatically and the caching is working except of the deferred fragemnts.
My service worker is not called if the are loaded, it seems they are loaded outside of the scope.
If you look in the chrome console, all request are loaded trough the service worker but not the fragments (only once in install phase, because the are all files cached).
Here is still the old language property used on the script tag.
Has anyone an idea how to fix that?
cheers,
gernot