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.
Differential D11249
[Cashtab] Webpack upgrade part 9, fix import order bytesofman on Mar 23 2022, 18:11. Authored by Tags None Subscribers None
Details
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. 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
|