Remove Safari-only workaround (#21)
This commit is contained in:
Родитель
a5b41e7a9f
Коммит
0d82784417
|
@ -6,14 +6,7 @@
|
|||
<WasmHead>true</WasmHead>
|
||||
<DefineConstants>$(DefineConstants);__WASM__</DefineConstants>
|
||||
<NoWarn>NU1701</NoWarn>
|
||||
|
||||
<!--
|
||||
https://github.com/unoplatform/Uno.Wasm.Bootstrap/issues/128, to be
|
||||
removed when Boostrapper 1.1 is released.
|
||||
Force compression even when debugging is enabled.
|
||||
-->
|
||||
<MonoRuntimeDebuggerEnabled>true</MonoRuntimeDebuggerEnabled>
|
||||
<WasmShellGenerateCompressedFiles>true</WasmShellGenerateCompressedFiles>
|
||||
<MonoRuntimeDebuggerEnabled Condition="'$(Configuration)'=='Debug'">true</MonoRuntimeDebuggerEnabled>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="..\CyberTruck.UWP\Assets\*.png" Link="Assets\%(FileName)%(Extension)" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче