Skip to content

Commit

Permalink
Change to fix lodash warning (#317)
Browse files Browse the repository at this point in the history
Co-authored-by: mohas22 <[email protected]>
  • Loading branch information
samhere06 and mohas22 authored Aug 2, 2024
1 parent 8952a33 commit 9586fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"customWebpackConfig": {
"path": "./extra-webpack.config.js"
},
"allowedCommonJsDependencies": ["downloadjs", "dayjs", "fast-deep-equal"]
"allowedCommonJsDependencies": ["lodash.clonedeep", "downloadjs", "dayjs", "fast-deep-equal"]
},
"configurations": {
"production": {
Expand Down

0 comments on commit 9586fdb

Please sign in to comment.