HomePhabricator

[Cashtab] Finalize webpack upgrade

Description

[Cashtab] Finalize webpack upgrade

Summary:
T1682

Diff seems enormous with a lot of changes. However, here is what's going on.

  • Deleted web/cashtab
  • Renamed web/cashtab-v2 to web/cashtab
  • Replaced all instances of cashtab-v2 with cashtab
  • Updated CONTRIBUTING.md to reflect latest dependencies for working on the cashtab repo

Test Plan:

  1. Confirm no missed strings of cashtab-v2
cd web/cashtab
rm -rf node_modules
npm ci
grep -r 'cashtab-v2' .

Should see no output

  1. Confirm no broken features

npm start and test all Cashtab features

Reviewers: #bitcoin_abc, kieran709

Reviewed By: #bitcoin_abc, kieran709

Differential Revision: https://reviews.bitcoinabc.org/D11275

Details

Provenance
bytesofmanAuthored on Mar 28 2022, 21:17
bytesofmanPushed on Mar 29 2022, 17:57
Reviewer
Restricted Project
Differential Revision
D11275: [Cashtab] Finalize webpack upgrade
Parents
rABCc672082303c1: [Cashtab] Patching proptype validation error
Branches
Unknown
Tags
Unknown