Skip to content
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

Add disableCssProcessing option for webpack #2253

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

evoactivity
Copy link
Contributor

@evoactivity evoactivity commented Feb 6, 2025

When an app provides it's own webpack css pipeline there is no reason for the default webpack config to also process css files, you can end up with multiple versions of the same file output into the build and loaded by the JS chunks (eg. renaming the css files by configuring MiniCssExtractPlugin yourself).

I'm not sure how to add a test for this, some guidance here would be helpful. Do I add a new scenario? Do I just add a test to an existing scenario?

Some documentation should be added to explain this option.

@evoactivity evoactivity changed the base branch from main to stable February 6, 2025 16:42
@evoactivity evoactivity changed the base branch from stable to main February 6, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant