Skip to content

Commit

Permalink
Change to fix lodash warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mohas22 authored and mohas22 committed Aug 2, 2024
1 parent 8952a33 commit 14f2be8
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 14f2be8

Please sign in to comment.