Page MenuHomePhabricator

[Cashtab] Code splitting only in prod
ClosedPublic

Authored by bytesofman on Jun 24 2025, 22:50.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC805167c0f07d: [Cashtab] Code splitting only in prod
Summary

npm start was broken by code splitting implementation. npm run build works fine.

We do not really care about code splitting in dev. Certainly not to the point where we are willing to break npm start

So, only code split in prod.

Test Plan

npm start works instead of infinite hang with no error msg

Diff Detail

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