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
rspack v0.6.3
rspack
The magic comment in this example will be respected by Webpack, but not by rspack
import(/* webpackChunkName: "component.Mod" */ './mod');
See linked repro for full example
https://github.com/JohnDaly/rspack-magic-comment-repro
npm run dev
npm run build
webpackChunkName
The text was updated successfully, but these errors were encountered:
test: issue web-infra-dev#6358
0275972
Successfully merging a pull request may close this issue.
System Info
rspack
v0.6.3Details
The magic comment in this example will be respected by Webpack, but not by
rspack
See linked repro for full example
Reproduce link
https://github.com/JohnDaly/rspack-magic-comment-repro
Reproduce Steps
npm run dev
npm run build
webpackChunkName
. The assets generated byrspack
do notThe text was updated successfully, but these errors were encountered: