Skip to content

Commit

Permalink
fix: Add additional compressed extensions
Browse files Browse the repository at this point in the history
(cherry picked from commit 1682ffb)
  • Loading branch information
jeromelaban authored and mergify[bot] committed Nov 3, 2022
1 parent 5143ed8 commit 7c7900f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets
Expand Up @@ -106,8 +106,12 @@
<WasmShellCompressedExtension Include=".wasm"/>
<WasmShellCompressedExtension Include="$(WasmShellAssembliesExtension)"/>
<WasmShellCompressedExtension Include=".js"/>
<WasmShellCompressedExtension Include=".json"/>
<WasmShellCompressedExtension Include=".css"/>
<WasmShellCompressedExtension Include=".html"/>
<WasmShellCompressedExtension Include=".dat"/>
<WasmShellCompressedExtension Include=".ttf"/>
<WasmShellCompressedExtension Include=".txt"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7c7900f

Please sign in to comment.