From d650500755c2ec9a22e5b94fb9136e0a8237bea4 Mon Sep 17 00:00:00 2001 From: Sumit Ghosh Date: Tue, 9 Nov 2021 19:16:17 +0530 Subject: [PATCH] Fixed bundleconfig json --- src/Web/WebMVC/bundleconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/WebMVC/bundleconfig.json b/src/Web/WebMVC/bundleconfig.json index 5c5793da5..5b5707258 100644 --- a/src/Web/WebMVC/bundleconfig.json +++ b/src/Web/WebMVC/bundleconfig.json @@ -29,7 +29,7 @@ ], // Optionally specify minification options "minify": { - "enabled": true, + "enabled": false, "renameLocals": true }, // Optinally generate .map file