From 39cf217ca0869ef336088b90637c98a41673f1f7 Mon Sep 17 00:00:00 2001 From: godind Date: Tue, 21 May 2024 22:03:31 -0400 Subject: [PATCH] add @godind/canvas-gauges as CommonJS bailout exception --- angular.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/angular.json b/angular.json index 4bbe9a05..a092f825 100644 --- a/angular.json +++ b/angular.json @@ -27,8 +27,7 @@ ], "scripts": [], "allowedCommonJsDependencies": [ - "canvas-gauges", - "rx-dom-html", + "@godind/canvas-gauges", "howler", "js-quantities" ]