From e75db8d7451caa46fe2b8d81810497bc7b2c7d9d Mon Sep 17 00:00:00 2001 From: natsoni Date: Tue, 23 Dec 2025 11:41:44 +0100 Subject: [PATCH] Allow qrcode CommonJS dependency --- frontend/angular.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/angular.json b/frontend/angular.json index 2bf92c67c..d7acbeeaa 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -197,7 +197,10 @@ "buildOptimizer": false, "sourceMap": true, "optimization": false, - "namedChunks": true + "namedChunks": true, + "allowedCommonJsDependencies": [ + "qrcode" + ] }, "configurations": { "production": {