Skip to content

Commit

Permalink
Revert "fix: remove bot bundle chunk from landing page (#10403)" (#10663
Browse files Browse the repository at this point in the history
)

This reverts commit c117ea2.

Co-authored-by: Sandeep Rajput <90243468+sandeep-deriv@users.noreply.github.com>
  • Loading branch information
vinu-deriv and sandeep-deriv authored Oct 13, 2023
1 parent eada00f commit c47bf30
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-web-ui-app" */ '@deriv/bot-web-ui');
return import(/* webpackChunkName: "bot" */ '@deriv/bot-web-ui');
})
);

Expand Down

1 comment on commit c47bf30

@vercel
Copy link

@vercel vercel bot commented on c47bf30 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
deriv-app.binary.sx
binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.