Skip to content

Commit

Permalink
Fix SSR build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Aug 11, 2023
1 parent 3bbebbc commit 8f8b150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
"outputPath": "dist/primeng/server",
"main": "server.ts",
"tsConfig": "tsconfig.server.json",
"inlineStyleLanguage": "scss"
"inlineStyleLanguage": "scss",
"optimization": false
},
"configurations": {
"production": {
Expand Down

0 comments on commit 8f8b150

Please sign in to comment.