Skip to content

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.

3 participants