scalacenter / scalajs-bundler

https://scalacenter.github.io/scalajs-bundler
Other
234 stars 101 forks source link

Support Node.js 18 out-of-the-box #456

Closed Atry closed 1 year ago

Atry commented 1 year ago

Currently when Node.js 18 is used with scalajs-bundler, webpack will throw an ERR_OSSL_EVP_UNSUPPORTED error as described in https://github.com/webpack/webpack/issues/14532

This PR upgrades webpack to 5.75.0, which includes the fix to ERR_OSSL_EVP_UNSUPPORTED.

This PR fixes #438.

halotukozak commented 1 year ago

ping to release due to this MR