From 8a1e8750208b91f75ff1cbb032edd5f406323d3e Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 30 Jun 2021 14:02:16 +0300 Subject: [PATCH] add broadcast-channel to bundle --- frontend/bundle-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/bundle-config.json b/frontend/bundle-config.json index f37a50ab6a..c917b8c627 100644 --- a/frontend/bundle-config.json +++ b/frontend/bundle-config.json @@ -32,6 +32,7 @@ "client/src/session-storage.js", "client/src/view-helper.js", "client/src/page-title.js", + "client/src/broadcast-channel.js", "client/src/app.js" ]