Skip to content

Commit

Permalink
chore: allow all CommonJS dependencies without a console warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Feb 28, 2024
1 parent 9493c8d commit 07194ed
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 07194ed

Please sign in to comment.