Update the .csproj file

In case we're looking for a more automatic way of doing the same thing, we can always remove the second condition within the .csproj file to always compile the file:

[...]

<Target Name="DebugRunWebpack" BeforeTargets="Build" Condition=" '$(Configuration)' == 'Debug' ">

[...]

However, that will definitely have a negative impact on the project's overall build time during debug.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.137.217.95