From 7321a9f02adda5869f6f5daf2505d94701992c1b Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Sun, 1 Nov 2020 12:08:30 +0000 Subject: [PATCH] Suppress CommonJS warnings --- angular.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/angular.json b/angular.json index 2f9ff7f..708501e 100644 --- a/angular.json +++ b/angular.json @@ -29,6 +29,10 @@ ], "scripts": [ "node_modules/moment/min/moment.min.js" + ], + "allowedCommonJsDependencies": [ + "chart.js", + "ng2-validation-manager" ] }, "configurations": {