Skip to content

Commit

Permalink
yashim/chore: remove event source polyfill from reports (#6016)
Browse files Browse the repository at this point in the history
* chore: remove event source polyfill from reports

* chore: proper formatting
  • Loading branch information
yashim-deriv committed Jul 21, 2022
1 parent c72c05d commit b4121d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion packages/reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
"canvas-toBlob": "^1.0.0",
"classnames": "^2.2.6",
"crc-32": "^1.2.0",
"event-source-polyfill": "1.0.25",
"extend": "^3.0.2",
"formik": "^2.1.4",
"i18next": "^20.3.2",
Expand Down
5 changes: 1 addition & 4 deletions packages/reports/src/index.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import 'promise-polyfill';

import 'event-source-polyfill';

import React from 'react';
import { makeLazyLoader } from '@deriv/shared';
import { Loading } from '@deriv/components';
import 'promise-polyfill';

const App = makeLazyLoader(
() => import(/* webpackChunkName: "reports-app", webpackPreload: true */ './app.jsx'),
Expand Down

1 comment on commit b4121d2

@vercel
Copy link

@vercel vercel bot commented on b4121d2 Jul 21, 2022

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-git-master.binary.sx
deriv-app.binary.sx
binary.sx

Please sign in to comment.