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

Update webpack to v5 #1

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Update webpack to v5 #1

merged 1 commit into from
Jan 23, 2024

Conversation

qwei-st
Copy link

@qwei-st qwei-st commented Jan 22, 2024

Upgrade webpack to the latest version.

We were upgrading the node version on our project to 20 from 16 because 16 has reached EOL because it uses OpenSSL 1.1.1 which is also now unsupported. Node 17+ uses OpenSSL 3. OpenSSL 3 doesn't enable the MD4 algorithm by default which webpack uses causing our builds to fail in circleci.

Webpack 5.61.0 fixes this by using WebAssembly's md4 implementation.

@qwei-st qwei-st merged commit 446ebe5 into master Jan 23, 2024
@qwei-st qwei-st deleted the upgrade-webpack branch January 23, 2024 21:40
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.

2 participants