Page MenuHomePhabricator

[Cashtab] Webpack upgrade part 4, dependencies
ClosedPublic

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

Details

Reviewers
kieran709
Group Reviewers
Restricted Project
Commits
rABCdd0095764e9d: [Cashtab] Webpack upgrade part 4, dependencies
Summary

T1682, step 4

Install Cashtab dependencies.

This diff adds the dependencies required by Cashtab in one go, distinct from the generic dependencies required by the latest version of create-react-app.

Test Plan
cd web/cashtab-v2
nvm use 16
npm i
npm start

Observe default react screen. No Cashtab behavior is expected. Cashtab code will be dropped in according to the plan described in T1682

Diff Detail

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