diff --git a/CSETWebNg/angular.json b/CSETWebNg/angular.json index 0c79f2915..03068cc89 100644 --- a/CSETWebNg/angular.json +++ b/CSETWebNg/angular.json @@ -86,7 +86,14 @@ }, "configurations": { "development": { - "optimization": true, + "optimization": { + "scripts": true, + "styles": { + "minify": true, + "inlineCritical": false + }, + "fonts": true + }, "sourceMap": true, "namedChunks": true, "extractLicenses": true, @@ -112,7 +119,14 @@ "maximumWarning": "400kb" } ], - "optimization": true, + "optimization": { + "scripts": true, + "styles": { + "minify": true, + "inlineCritical": false + }, + "fonts": true + }, "outputHashing": "all", "sourceMap": false, "namedChunks": false, @@ -134,7 +148,14 @@ "maximumWarning": "6kb" } ], - "optimization": true, + "optimization": { + "scripts": true, + "styles": { + "minify": true, + "inlineCritical": false + }, + "fonts": true + }, "outputHashing": "all", "sourceMap": false, "namedChunks": false, @@ -240,5 +261,5 @@ ], "cache": { "enabled": false - } -} + } + } \ No newline at end of file diff --git a/CSETWebNg/src/app/layout/cf-layout-main/cf-layout-main.component.html b/CSETWebNg/src/app/layout/cf-layout-main/cf-layout-main.component.html index 8d96967fa..2fdf5b268 100644 --- a/CSETWebNg/src/app/layout/cf-layout-main/cf-layout-main.component.html +++ b/CSETWebNg/src/app/layout/cf-layout-main/cf-layout-main.component.html @@ -66,7 +66,7 @@ -