-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Strange issue relating to option escaping & undefined input #58
Comments
Please create reproducible test repo |
facebook/docusaurus#4089 can be used to reproduce it, I'll try to spin up a test repo in a few minutes though. |
@alexander-akait https://github.com/rdil/webpack-debugging full repro with a modified version of create-react-app |
@RDIL We don't have |
This fixed it, thanks!!! |
css-minimizer-webpack-plugin/src/minify.js
Line 68 in 53cba69
⬆️ That code causes a strange error within a project I am currently working on:
Interestingly enough, applying the following patch to this plugin fixes this error, but causes others.
New errors:
Thanks in advance for any help!!
Relevant config:
CssNanoPreset
is@docusaurus/cssnano-preset
,CleanCSS
isclean-css
.The text was updated successfully, but these errors were encountered: