[frontend] Add AOT build option
This commit is contained in:
parent
e9e45d525d
commit
d98d222901
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
<PublishTrimmed>true</PublishTrimmed>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(EnableAOT)' == 'true'">
|
||||
<RunAOTCompilation>true</RunAOTCompilation>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
|
||||
</ItemGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue