From 14f2be89cbb651db8d956335ebc38d0f299330b9 Mon Sep 17 00:00:00 2001 From: mohas22 Date: Fri, 2 Aug 2024 17:59:15 +0530 Subject: [PATCH] Change to fix lodash warning --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index 7bded5a0..90a31a04 100644 --- a/angular.json +++ b/angular.json @@ -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": {