From c25d0e1304d82cbf00645596e337bf5f35474c05 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 28 Jun 2022 12:11:46 +0300 Subject: [PATCH] fix bundle config --- frontend/bundle-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/bundle-config.json b/frontend/bundle-config.json index 04f2450815..8995842c03 100644 --- a/frontend/bundle-config.json +++ b/frontend/bundle-config.json @@ -1,9 +1,9 @@ { "jsFiles": [ "client/src/namespace.js", - "client/src/exceptions.js", "client/src/loader.js", "client/src/loader-init-libs.js", + "client/src/exceptions.js", "client/src/utils.js", "client/src/acl.js",