Skip to content

Commit

Permalink
fix: remove bot bundle chunk from landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed Oct 2, 2023
1 parent bf02321 commit 79d9c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/App/Constants/routes-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
})
);

Expand Down

0 comments on commit 79d9c1d

Please sign in to comment.