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
Branch
webpack-upgrade-p8
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 18616
Build 37023: Build Diff
Build 37022: arc lint + arc unit