Page MenuHomePhabricator

[Cashtab] Webpack upgrade part 8, rework absolute imports
ClosedPublic

Authored by bytesofman on Mar 23 2022, 17:35.

Details

Summary

T1682

Apply jsconfig.json approach for absolute imports. See step 8 in T1682.

Test Plan
cd web/cashtab-v2
grep -r '@components' .
grep -r '@assets' .
grep -r '@utils' .
grep -r '@hooks' .

Should get no output from any of these commands, confirming the deprecation of previous @ method of absolute imports.

Diff Detail

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