Skip to content

Commit 58d843a

Browse files
Fix packing dotfiles in reactnet-webpack template
1 parent fa063fd commit 58d843a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/React.Template/React.Template.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
<IncludeContentInPack>true</IncludeContentInPack>
1616
<IncludeBuildOutput>false</IncludeBuildOutput>
1717
<ContentTargetFolders>content</ContentTargetFolders>
18+
<NoDefaultExcludes>true</NoDefaultExcludes>
1819
</PropertyGroup>
1920

2021
<ItemGroup>
21-
<Content Include="reactnet-vanilla\**\*" Exclude="reactnet-vanilla\**\bin\**;reactnet-vanilla\**\obj\**" />
22-
<Content Include="reactnet-webpack\**\*" Exclude="reactnet-webpack\**\bin\**;reactnet-webpack\**\obj\**;reactnet-webpack\node_modules\**;reactnet-webpack\wwwroot\dist\**" />
22+
<Content Include="reactnet-vanilla\**\*" Exclude="reactnet-vanilla\**\bin\**;reactnet-vanilla\**\obj\**;**\.template.config\**" />
23+
<Content Include="reactnet-webpack\**\*" Exclude="reactnet-webpack\**\bin\**;reactnet-webpack\**\obj\**;reactnet-webpack\node_modules\**;reactnet-webpack\wwwroot\dist\**;**\.template.config\**" />
2324
<Compile Remove="**\*" />
2425
</ItemGroup>
2526

0 commit comments

Comments
 (0)