From: Bill Erickson Date: Wed, 27 Oct 2021 16:49:24 +0000 (-0400) Subject: LP1844418 elastic-builder common js config X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=27c12207c808b713945053b38d0cb132ab18a54f;p=working%2FEvergreen.git LP1844418 elastic-builder common js config Signed-off-by: Bill Erickson --- 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,