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 14.6.1 CPU: (10) arm64 Apple M1 Max Memory: 3.24 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.15.0 - ~/.volta/tools/image/node/20.15.0/bin/node Yarn: 3.8.3 - ~/.volta/tools/image/yarn/3.8.3/bin/yarn npm: 10.7.0 - ~/.volta/tools/image/node/20.15.0/bin/npm pnpm: 9.9.0 - ~/.volta/bin/pnpm Browsers: Chrome: 128.0.6613.120 Safari: 17.6 npmPackages: @rspack/cli: ^1.0.0 => 1.0.0 @rspack/core: ^1.0.0 => 1.0.0
We are trying to iterate compilation.namedChunkGroups to generate a preload html file. Docs says it is iterable but I get a TypeError while building
https://github.com/VitaliyGuzun/iterate-namedChunkGroups/compare/main...iterate-namedChunkGroups
pnpm run build
[rspack-cli] [Error: × TypeError: compilation.namedChunkGroups is not iterable
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
System Info
System:
OS: macOS 14.6.1
CPU: (10) arm64 Apple M1 Max
Memory: 3.24 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.15.0 - ~/.volta/tools/image/node/20.15.0/bin/node
Yarn: 3.8.3 - ~/.volta/tools/image/yarn/3.8.3/bin/yarn
npm: 10.7.0 - ~/.volta/tools/image/node/20.15.0/bin/npm
pnpm: 9.9.0 - ~/.volta/bin/pnpm
Browsers:
Chrome: 128.0.6613.120
Safari: 17.6
npmPackages:
@rspack/cli: ^1.0.0 => 1.0.0
@rspack/core: ^1.0.0 => 1.0.0
Details
We are trying to iterate compilation.namedChunkGroups to generate a preload html file.
Docs says it is iterable but I get a TypeError while building
Reproduce link
https://github.com/VitaliyGuzun/iterate-namedChunkGroups/compare/main...iterate-namedChunkGroups
Reproduce Steps
pnpm run build
[rspack-cli] [Error: × TypeError: compilation.namedChunkGroups is not iterable
The text was updated successfully, but these errors were encountered: