-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move service worker support to the Static Web Assets SDK from the Blazor Webassembly SDK #46999
Comments
Thanks for contacting us. We're moving this issue to the |
Thanks for contacting us. We're moving this issue to the |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Thanks for contacting us. We're moving this issue to the |
Done as part of dotnet/sdk#39177 |
The service worker support we provide takes care of updating the service worker as well as generating a list of files (which is based on the list of static web assets).
Since most of the work here means computing a list of assets to consume: see for some of the design considerations as the approach for this should be similar.
Computing this list should probably happen before the assets get compressed.
The text was updated successfully, but these errors were encountered: