-
-
Notifications
You must be signed in to change notification settings - Fork 601
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: support test
, include
and exclude
options for SwcCssMinimizerRspackPlugin
#7111
feat: support test
, include
and exclude
options for SwcCssMinimizerRspackPlugin
#7111
Conversation
✅ Deploy Preview for rspack canceled.Built without sensitive environment variables
|
fd11a95
to
3771993
Compare
would you please also impl these options for LightningCssMinimizerRspackPlugin? Related #7135 |
Absolutely, on it! |
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.
Generally looks good to me, needs rebase and CI should pass
You can finish it in another PR, let's keep this PR only for SwcCssMinimizerRspackPlugin |
test
, include and
exclude options for
SwcCssMinimizerRspackPlugin`test
, include
and exclude
options for SwcCssMinimizerRspackPlugin
30c1809
to
c3a028e
Compare
Co-authored-by: Gengkun <[email protected]>
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
Head branch was pushed to by a user without write access
Summary
The PR adds the
test
,include
andexclude
options to theSwcCssMinimizerRspackPlugin
, similar to how it works with theSwcJsMinimizerRspackPlugin
.resolve #6898
Checklist