From 07194ed01b1902f6b24db1adf0aec7463d5c4f31 Mon Sep 17 00:00:00 2001 From: Johnny McQuade Date: Wed, 28 Feb 2024 15:11:11 +0000 Subject: [PATCH] chore: allow all CommonJS dependencies without a console warning --- angular.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/angular.json b/angular.json index 6e10e0b2ef..f186d96bbc 100644 --- a/angular.json +++ b/angular.json @@ -55,26 +55,7 @@ } ], "scripts": ["./node_modules/intro.js/intro.js"], - "allowedCommonJsDependencies": [ - "@firebase/auth", - "clone", - "dompurify", - "extract-math", - "fast-deep-equal", - "firebase/app", - "howler", - "html5sortable/dist/html5sortable.cjs", - "intro.js", - "jquery", - "lottie-web", - "marked", - "mingo/operators/pipeline", - "mingo/operators/query", - "mingo/query", - "qrcode", - "stacktrace-js", - "websocket" - ] + "allowedCommonJsDependencies": ["*"] }, "configurations": { "development": {