From 5518865bc69f0a9906977facfa4be8895a7b12d9 Mon Sep 17 00:00:00 2001 From: adripo <26493496+adripo@users.noreply.github.com> Date: Sat, 12 Nov 2022 22:24:38 +0100 Subject: [PATCH] fix: remove outdated option --- webapp/frontend/angular.json | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/frontend/angular.json b/webapp/frontend/angular.json index 6ea760f..0acbcca 100644 --- a/webapp/frontend/angular.json +++ b/webapp/frontend/angular.json @@ -52,7 +52,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "extractLicenses": true, "vendorChunk": false,