Skip to content

Commit

Permalink
chore: Disable XAML Trimming by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 25, 2023
1 parent f732a65 commit 619748c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<!-- XAML Resource trimming https://aka.platform.uno/xaml-trimming -->
<UnoXamlResourcesTrimming>true</UnoXamlResourcesTrimming>
<!--<UnoXamlResourcesTrimming>true</UnoXamlResourcesTrimming>-->

<!-- Improve performance with AOT builds https://aka.platform.uno/wasm-aot -->
<!-- <WasmShellMonoRuntimeExecutionMode>InterpreterAndAOT</WasmShellMonoRuntimeExecutionMode> -->
Expand Down

0 comments on commit 619748c

Please sign in to comment.