We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff436b1 commit 7420689Copy full SHA for 7420689
src/Blazor.Extensions.Storage.JS/Blazor.Extensions.Storage.JS.csproj
@@ -20,10 +20,6 @@
20
<WebpackInputs Include="**\*.ts" Exclude="dist\**;node_modules\**" />
21
</ItemGroup>
22
23
- <ItemGroup>
24
- <WebpackInputs Remove="src\Initialize.ts" />
25
- </ItemGroup>
26
-
27
<Target Name="EnsureNpmRestored" Condition="!Exists('node_modules')">
28
<Message Importance="high" Text="Restoring dependencies using 'npm'. This may take several minutes..." />
29
<Exec Command="npm install" />
0 commit comments