From d3593dc817c326c998d46240844a682b3e16f0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Mon, 9 Aug 2021 12:12:26 +0200 Subject: [PATCH] MOBILE-3833 config: Disable chart.js CommonJS warning --- angular.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/angular.json b/angular.json index c1275f42d..9cc72565b 100644 --- a/angular.json +++ b/angular.json @@ -14,6 +14,9 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { + "allowedCommonJsDependencies":[ + "chart.js" + ], "outputPath": "www", "index": "src/index.html", "main": "src/main.ts",