Skip to content

Commit

Permalink
Whitelist CommonJS dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Sep 19, 2023
1 parent d090fbf commit 89fd3fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@
"node_modules/@fortawesome/fontawesome-svg-core/styles.css",
"src/styles.css"
],
"scripts": []
"scripts": [],
"allowedCommonJsDependencies": [
"dayjs",
"dayjs/plugin/relativeTime",
"ev-emitter/ev-emitter"
]
},
"configurations": {
"production": {
Expand Down

0 comments on commit 89fd3fe

Please sign in to comment.