diff --git a/Directory.Packages.props b/Directory.Packages.props
index 79e8aa66..3a252834 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -26,7 +26,7 @@
-
+
diff --git a/ViewGenerator/ViewGenerator.csproj b/ViewGenerator/ViewGenerator.csproj
index 6ff10546..87dfd5ae 100644
--- a/ViewGenerator/ViewGenerator.csproj
+++ b/ViewGenerator/ViewGenerator.csproj
@@ -7,7 +7,7 @@
ViewGenerator
ViewGenerator
Generates .NET View bindings from typescript
- 1.2.1
+ 1.2.2
ViewGenerator
Library
diff --git a/ViewGenerator/tools/webpack/Plugins/CommonConfiguration.ts b/ViewGenerator/tools/webpack/Plugins/CommonConfiguration.ts
index c009655a..38cb8ae1 100644
--- a/ViewGenerator/tools/webpack/Plugins/CommonConfiguration.ts
+++ b/ViewGenerator/tools/webpack/Plugins/CommonConfiguration.ts
@@ -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
}