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
I got a cryptic error message:
thread '' panicked at 'not implemented: sha256', crates/rspack_hash/src/lib.rs:22:12
my config:
... output: { ..., hashFunction: "sha256" }
and it's completely valid for webpack, but not for rspack.
It would be nice to print a list of supported methods instead. As a workaround I used hashFunction: "xxhash64",
hashFunction: "xxhash64",
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What problem does this feature solve?
I got a cryptic error message:
my config:
and it's completely valid for webpack, but not for rspack.
What does the proposed API of configuration look like?
It would be nice to print a list of supported methods instead.
As a workaround I used
hashFunction: "xxhash64",
The text was updated successfully, but these errors were encountered: