From 21ed977a55ae1a75d1e5e970b1f8ff3779d0ed53 Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 6 Dec 2023 22:34:22 +1000 Subject: [PATCH] Add ipaddr.js to "allowedCommonJsDependencies" --- angular.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index 44ca2b36..ee1ed28f 100644 --- a/angular.json +++ b/angular.json @@ -26,8 +26,9 @@ "rxjs/add/operator/map", "rxjs-compat/add/operator/map", "classnames", - "stylenames" - ], + "stylenames", + "ipaddr.js" + ], "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", @@ -243,4 +244,4 @@ "cli": { "analytics": false } -} \ No newline at end of file +}