From 03f13614008a9d471dd82bad406c34ddc7ad19e2 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Thu, 12 Oct 2023 19:07:40 +0800 Subject: [PATCH] Revert "Revert "fix: remove bot bundle chunk from landing page (#10403)" (#10624)" (#10629) This reverts commit b568ccd9973e12312e8dbbaee669958901ebef46. --- packages/core/src/App/Constants/routes-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/App/Constants/routes-config.js b/packages/core/src/App/Constants/routes-config.js index f053ce352c33..db1acc737eb4 100644 --- a/packages/core/src/App/Constants/routes-config.js +++ b/packages/core/src/App/Constants/routes-config.js @@ -46,7 +46,7 @@ const Cashier = React.lazy(() => const Bot = React.lazy(() => moduleLoader(() => { // eslint-disable-next-line import/no-unresolved - return import(/* webpackChunkName: "bot" */ '@deriv/bot-web-ui'); + return import(/* webpackChunkName: "bot-web-ui-app" */ '@deriv/bot-web-ui'); }) );