From 8f8b150b31af50d572d710c5485d058047dea4f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:17:13 +0300 Subject: [PATCH] Fix SSR build error --- angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index ba479446d6f..9ff448d2a7e 100755 --- a/angular.json +++ b/angular.json @@ -137,7 +137,8 @@ "outputPath": "dist/primeng/server", "main": "server.ts", "tsConfig": "tsconfig.server.json", - "inlineStyleLanguage": "scss" + "inlineStyleLanguage": "scss", + "optimization": false }, "configurations": { "production": {