Skip to content

Commit

Permalink
RDEV-6046 Fixed issue with webpack chunk splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesmiguel1 committed Nov 6, 2023
1 parent db009c7 commit 43a278d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ViewGenerator/ViewGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyTitle>ViewGenerator</AssemblyTitle>
<Product>ViewGenerator</Product>
<Description>Generates .NET View bindings from typescript</Description>
<Version>1.1.18</Version>
<Version>1.1.19</Version>
<PackageId>ViewGenerator</PackageId>
<PackageTags>Library</PackageTags>

Expand Down
1 change: 1 addition & 0 deletions ViewGenerator/tools/webpack/webpack_views.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const config = (env) => {
minSize: 1,
cacheGroups: {
vendors: {
name: "vendors",
test: /[\\/](node_modules)[\\/]/
}
}
Expand Down

0 comments on commit 43a278d

Please sign in to comment.