Skip to content

Commit

Permalink
fix: Adjust HR interactions with wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Apr 1, 2024
1 parent 430732b commit d2c14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Sdk/targets/Uno.Common.Wasm.targets
Expand Up @@ -29,7 +29,7 @@
</ItemGroup>

<Target Name="_UnoFilterWebSdkGlobalUsings"
Condition=" '$(UnoDisableFilterWebSdkGlobalUsings)' != 'true' "
Condition=" '$(Optimize)' == 'true' AND '$(UnoDisableFilterWebSdkGlobalUsings)' != 'true' "
BeforeTargets="BeforeBuild">
<ItemGroup>
<!--
Expand Down

0 comments on commit d2c14b8

Please sign in to comment.