Skip to content

Commit

Permalink
GRWT-3886 / Kate / Trackjs: Loading CSS chunk trader-app-v2 failed (#…
Browse files Browse the repository at this point in the history
…17838)

* chore: change imports

* chore: add webpack changes

* chore: remove unused changes
  • Loading branch information
kate-deriv authored Dec 20, 2024
1 parent bb4b0ad commit 8aa9209
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/trader/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function (env) {
'@deriv/translations': '@deriv/translations',
'@deriv/account': '@deriv/account',
'@deriv/deriv-charts': '@deriv/deriv-charts',
'@deriv-com/analytics': `@deriv-com/analytics`,
'@deriv-com/analytics': '@deriv-com/analytics',
},
/^@deriv\/shared\/.+$/,
/^@deriv\/components\/.+$/,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { getMarketNamesMap, useIsMounted, isContractElapsed, TContractStore } fr
import { Localize } from '@deriv/translations';
import { Bounce, SlideIn } from 'App/Components/Animations';
import { DigitSpot, LastDigitPrediction } from '../LastDigitPrediction';
import 'Sass/app/modules/contract/digits.scss';
import { useTraderStore } from 'Stores/useTraderStores';
import { useDevice } from '@deriv-com/ui';

Expand Down
1 change: 1 addition & 0 deletions packages/trader/src/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

// Modules
@import 'app/modules/contract';
@import 'app/modules/contract/digits';
@import 'app/modules/contract/bottom-widgets';
@import 'app/modules/portfolio';
@import 'app/modules/smart-chart';
Expand Down

0 comments on commit 8aa9209

Please sign in to comment.