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
System: OS: macOS 15.1 CPU: (10) arm64 Apple M1 Pro Memory: 78.16 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.11.1 - /usr/local/bin/node Yarn: 3.3.0 - ~/.npm-global/bin/yarn npm: 10.2.4 - /usr/local/bin/npm Watchman: 2023.09.04.00 - /opt/homebrew/bin/watchman Browsers: Chrome: 131.0.6778.265 Firefox: 133.0.3 Safari: 18.1
Running a build with DllPlugin and optimization.moduleIds: deterministic or natural generates a DLL manifest with numeric ids.
optimization.moduleIds:
deterministic
natural
Consuming this manifest using DllReferencePlugin results in the following validation error:
- Expected string, received number at "manifest.content../src/dllEntry.js.id"
https://github.com/robrichard/rspack-dll-test/
npm run build
The text was updated successfully, but these errors were encountered:
@ahabhgk I think this was introduced by #9099
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
System Info
Details
Running a build with DllPlugin and
optimization.moduleIds:
deterministic
ornatural
generates a DLL manifest with numeric ids.Consuming this manifest using DllReferencePlugin results in the following validation error:
Reproduce link
https://github.com/robrichard/rspack-dll-test/
Reproduce Steps
npm run build
The text was updated successfully, but these errors were encountered: