Skip to content
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

Replace CRA with Webpack + Node 18 #320

Merged
merged 5 commits into from
Sep 5, 2023
Merged

Replace CRA with Webpack + Node 18 #320

merged 5 commits into from
Sep 5, 2023

Conversation

quietbits
Copy link
Contributor

No description provided.

@stellar-jenkins
Copy link

Something went wrong with PR preview build please check

1 similar comment
@stellar-jenkins
Copy link

Something went wrong with PR preview build please check

@stellar-jenkins
Copy link

Something went wrong with PR preview build please check

@stellar-jenkins
Copy link

"vendor-wallets": {
test: /[\\/]node_modules[\\/](@albedo|@ledgerhq|trezor)[\\/]/,
name: "vendor-wallets",
chunks: "all",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this organization of node_modules! From the docs, my assumption this is a way to make sure we don't duplicate any of these libs (thus reducing bloat). Is that what your aim is here? Curious if there are any other benefits I'm missing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember correctly this is to make the generated file smaller by adding these only once. It was initially done in the Account Viewer in this PR. Looks like it was a lot of trial and error to get it right. 😅

@quietbits quietbits merged commit bb6983e into master Sep 5, 2023
1 check passed
@quietbits quietbits deleted the webpack-node18 branch September 5, 2023 14:19
Ifropc added a commit that referenced this pull request Sep 5, 2023
@quietbits quietbits restored the webpack-node18 branch September 5, 2023 18:07
Ifropc added a commit that referenced this pull request Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants