From c6a90e251fb2d196506fa3dd82e607294a67ff57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 9 Aug 2021 12:00:39 +0200 Subject: [PATCH] Revert "MOBILE-3833 config: Disable chart.js CommonJS warning" This reverts commit 9544aa179d1ddefee448daa4fe9183c2e316d536. --- angular.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/angular.json b/angular.json index 036390079..c1275f42d 100644 --- a/angular.json +++ b/angular.json @@ -14,9 +14,6 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "allowedCommonJsDependencies":[ - "chart.js" - ], "outputPath": "www", "index": "src/index.html", "main": "src/main.ts", @@ -49,6 +46,7 @@ }, "outputHashing": "all", "sourceMap": false, + "extractCss": true, "namedChunks": false, "aot": true, "extractLicenses": true,