-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove multiple bundle builds #17
Conversation
49c27a8
to
d9aa529
Compare
minify: false, | ||
cache: false, | ||
}); | ||
// *** Call-Em-All Text-Em-All Web App |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May want to keep this line 161 to indicate end of our additions in this block. Just // *** Text-Em-All Web App
packages/react-scripts/package.json
Outdated
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "tea-react-scripts", | |||
"version": "1.0.16", | |||
"version": "1.0.17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should update to .18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Change pushed
d9aa529
to
98c6bea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's working!
Shoot. I meant to merge the cea-desktop PR 🤦 I'll still address any feedback provided by Mike |
It's all good. 🚢 |
This PR strips out the different entry points used to build cea-desktop. This change the build to have a single bundle that instead uses lazy loading to split chunks.
This other PR makes the necessary changes to cea-desktop to support a single bundle:
https://github.com/callemall/cea-desktop/pull/9820
To view all the changes in tea-react-scripts compared to the vanilla react-scripts, you can compare this branch to the official CRA repo
facebook/create-react-app@main...callemall:create-react-app:single-bundle-scripts