Skip to content

Commit

Permalink
🔧 (release): optimize release configuration to reduce file size (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem authored Jun 26, 2024
1 parent 808781d commit ec223b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Masa.Blazor/Masa.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<ItemGroup>
<Content Remove="package.json" />
<Content Remove="package-lock.json" />
<Content Update="wwwroot\**\*.js.map" CopyToPublishDirectory="Never" Condition="'$(Configuration)' == 'Release'" />
<Content Update="wwwroot\css\masa-blazor.css" CopyToPublishDirectory="Never" Condition="'$(Configuration)' == 'Release'" />
<Content Update="wwwroot\css\masa-blazor.extend.css" CopyToPublishDirectory="Never" Condition="'$(Configuration)' == 'Release'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ec223b7

Please sign in to comment.