From 0eef66eabfc728febfa62db12efc72748bc09a32 Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 30 Jun 2023 17:23:16 +1000 Subject: [PATCH] Add CommonJS modules to allowedCommonJsDependencies in angular.json --- angular.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/angular.json b/angular.json index e317df56..d1920ac9 100644 --- a/angular.json +++ b/angular.json @@ -27,7 +27,11 @@ "rxjs-compat/add/operator/map", "classnames", "stylenames", - "source-map-js" + "source-map-js", + "spark-md5", + "xterm", + "xterm-addon-attach", + "xterm-addon-fit" ], "outputPath": "dist", "index": "src/index.html",