We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When updating some dependencies I ran into:
https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/73465262#73465262
Fixed it locally by adding
webpack / version := "5.92.1"
to the js / build.sbt
The text was updated successfully, but these errors were encountered:
This issue should have been fixed in scalacenter/scalajs-bundler#456. Unfortunately the latest release of scalajs-bundler does not include the fix.
scalajs-bundler
Sorry, something went wrong.
No branches or pull requests
When updating some dependencies I ran into:
https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported/73465262#73465262
Fixed it locally by adding
webpack / version := "5.92.1"
to the js / build.sbt
The text was updated successfully, but these errors were encountered: