From 27c12207c808b713945053b38d0cb132ab18a54f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 27 Oct 2021 12:49:24 -0400 Subject: [PATCH] LP1844418 elastic-builder common js config Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/angular.json b/Open-ILS/src/eg2/angular.json index 95af4f30ac..6b6f7bd643 100644 --- a/Open-ILS/src/eg2/angular.json +++ b/Open-ILS/src/eg2/angular.json @@ -31,7 +31,8 @@ "allowedCommonJsDependencies": [ "file-saver", "moment", - "moment-timezone" + "moment-timezone", + "elastic-builder" ], "aot": false, "vendorChunk": true, -- 2.11.0