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

Debugging hanging CSSMinimizerPlugin #1243

Open
andrei-dascalu opened this issue Dec 7, 2023 · 0 comments
Open

Debugging hanging CSSMinimizerPlugin #1243

andrei-dascalu opened this issue Dec 7, 2023 · 0 comments

Comments

@andrei-dascalu
Copy link

I have the following issue:

  • non-Symfony PHP project having setup webpack encode with default settings, the only change to the default webpack.config.js is enabling Typescript
  • a single large css file (640kb in size) leads to production build hanging on the CssMinimizerPlugin (92% sealing asset processing CssMinimizerPlugin)
  • splitting said file into 5 pieces has the same result, even though individually each piece (roughly equal) builds normally.

I do not know how to get past this in any way or how to get more verbose output so that I can debug the process.

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

No branches or pull requests

1 participant