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": {