Skip to content

Commit 7420689

Browse files
committed
Fix VS dumbness
1 parent ff436b1 commit 7420689

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Blazor.Extensions.Storage.JS/Blazor.Extensions.Storage.JS.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<WebpackInputs Include="**\*.ts" Exclude="dist\**;node_modules\**" />
2121
</ItemGroup>
2222

23-
<ItemGroup>
24-
<WebpackInputs Remove="src\Initialize.ts" />
25-
</ItemGroup>
26-
2723
<Target Name="EnsureNpmRestored" Condition="!Exists('node_modules')">
2824
<Message Importance="high" Text="Restoring dependencies using 'npm'. This may take several minutes..." />
2925
<Exec Command="npm install" />

0 commit comments

Comments
 (0)