Skip to content

Commit 8f2ac0a

Browse files
authored
[Blazor] Fix CustomElements package including JavaScript config files as Content (#63200)
* Fix the package layout by removing unwanted files from the `content` and `contentFiles` folder(s)
1 parent ef2f62f commit 8f2ac0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Components/CustomElements/src/Microsoft.AspNetCore.Components.CustomElements.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,11 @@
5555
</ItemGroup>
5656
</Target>
5757

58+
<!-- Exclude JavaScript configuration files from being packaged as Content -->
59+
<ItemGroup>
60+
<Content Remove="js\babel.config.json" />
61+
<Content Remove="js\package.json" />
62+
<Content Remove="js\tsconfig.json" />
63+
</ItemGroup>
64+
5865
</Project>

0 commit comments

Comments
 (0)