From 35323b6845b150dde2cef5f088edc3bf4fd22064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Agneray?= <francois.agneray@lam.fr> Date: Wed, 24 Nov 2021 10:39:45 +0100 Subject: [PATCH] Add keycloak-js to allowedCommonJsDependencies --- client/angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/angular.json b/client/angular.json index 17efce44..3c6e0694 100644 --- a/client/angular.json +++ b/client/angular.json @@ -37,7 +37,10 @@ "scripts": [ "node_modules/@fortawesome/fontawesome-free/js/all.js", "src/assets/samp.js" - ] + ], + "allowedCommonJsDependencies": [ + "keycloak-js" + ] }, "configurations": { "production": { -- GitLab