Skip to content

Commit

Permalink
RDEV-3337 Update webpack minification configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesmiguel1 committed May 2, 2024
1 parent 0fe4be3 commit b26913e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageVersion Include="WebViewControl-WPF" Version="$(WebViewVersion)" />
<PackageVersion Include="WebViewControl-WPF-ARM64" Version="$(WebViewVersion)" />

<PackageVersion Include="ViewGenerator" Version="1.1.43" />
<PackageVersion Include="ViewGenerator" Version="1.2.1" />
<PackageVersion Include="ViewGeneratorCore" Version="1.0.229" />

<PackageVersion Include="NLog" Version="4.6.2" />
Expand Down
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.2.1</Version>
<Version>1.2.2</Version>
<PackageId>ViewGenerator</PackageId>
<PackageTags>Library</PackageTags>

Expand Down
2 changes: 1 addition & 1 deletion ViewGenerator/tools/webpack/Plugins/CommonConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ let getCommonConfiguration = (isProductionBuild: boolean, cacheName: string, lib
minimizer: [new TerserPlugin({
terserOptions: {
keep_classnames: true,
keep_fnames: false,
keep_fnames: true,
toplevel: true,
module: true
}
Expand Down

0 comments on commit b26913e

Please sign in to comment.