HomePhabricator

[Cashtab] Webpack upgrade part 1

Description

[Cashtab] Webpack upgrade part 1

Summary:
T1682

The most efficient way to upgrade Cashtab's dependency tree is to start with the latest version of Create React App. Cashtab was initially built on top of Create React App.

Because the procedure for migrating Cashtab to the latest version of Create React App involves some complications, it will be split up into steps so that each can be reviewed as a diff in phab.

See T1682 for an outline of the steps.

This diff does nothing but install the latest version of create-react-app using node 16. It does not impact any running code. It exists so that the next steps can be compared against this starting point.

Test Plan:

cd cashtab-v2
nvm use 16
npm i
npm start

Observe default create react app landing page

Reviewers: #bitcoin_abc, kieran709, emack

Reviewed By: #bitcoin_abc, kieran709, emack

Subscribers: kieran709

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

Details

Provenance
bytesofmanAuthored on Mar 2 2022, 00:01
bytesofmanPushed on Mar 7 2022, 17:49
Reviewer
Restricted Project
Differential Revision
D11120: [Cashtab] Webpack upgrade part 1
Parents
rABCeece95ec6dfc: [arclint] Ignore spelling for generated package-lock.json files
Branches
Unknown
Tags
Unknown