Page MenuHomePhabricator

[Cashtab] Webpack upgrade part 9, fix import order
ClosedPublic

Authored by bytesofman on Mar 23 2022, 18:11.

Details

Reviewers
kieran709
Group Reviewers
Restricted Project
Commits
rABC286e98f07063: [Cashtab] Webpack upgrade part 9, fix import order
Summary

T1682

Latest version of webpack won't tolerate import statements that are not at the top of the file. Cashtab has some of these.

This diff corrects the issue.

Test Plan

Confirm these changes remove code from above import statements. The app will still not work as css errors need to be patched in the next step.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable