-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(rspack): add support for cssFilename config #32498
#32506
New issue
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
feat(rspack): add support for cssFilename config #32498
#32506
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
View your CI Pipeline Execution ↗ for commit 2d7a92e
☁️ Nx Cloud last updated this comment at |
cssFilename config #32498
|
Could a contributor review this PR please? @FrozenPandaz @vsavkin @AgentEnder @jaysoo @JamesHenry |
👷 Deploy request for nx-docs pending review.Visit the deploys page to approve it
|
leosvelperez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
no worries @leosvelperez, is there anything I can do to help get it merged? |
## Current Behavior Passing cssFilename does not change the outputted css bundle ## Expected Behavior Specifying cssFilename in the rspack.config will be honoured by @nx/rspack ## Related Issue(s) #32498 Co-authored-by: Joe Prisk <[email protected]> Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
|
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Passing cssFilename does not change the outputted css bundle
Expected Behavior
Specifying cssFilename in the rspack.config will be honoured by @nx/rspack
Related Issue(s)
#32498