You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking for some guidance: I'm in need to setup a Service Worker file in the app. I could do it with a post-build script for production, but it could be problematic for development. Is there a way to set it up in the actual state of the CLI? I know the --mobile flag is disabled from #2228, but what can be done to only achieve an entry point for a custom service worker?
Thanks.
The text was updated successfully, but these errors were encountered:
@ShadowManu no, there is no way to add it from inside the CLI at the moment. @jeffbcross mentioned the possibility of a service worker plugin in #2228 (comment), but none exists at the moment.
I'm asking for some guidance: I'm in need to setup a Service Worker file in the app. I could do it with a post-build script for production, but it could be problematic for development. Is there a way to set it up in the actual state of the CLI? I know the
--mobile
flag is disabled from #2228, but what can be done to only achieve an entry point for a custom service worker?Thanks.
The text was updated successfully, but these errors were encountered: