Move asset compression to the Static Web Assets SDK from the Blazor Webassembly SDK #46998
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-razor-sdk
Milestone
Static file compression happens within the Blazor pipeline, we should not require the Blazor SDK to leverage compression of assets.
CompressedFile
item group or similar that can be used to declare that the file needs to be compressed.CompressFilePattern
item group so that we can declare patterns for files we want to compress.CompressedFile
items, as they'll produce new Static Web Assets representing the final files.The text was updated successfully, but these errors were encountered: