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

purgecss-webpack-plugin name can't deduced by speed-measure-webpack-plugin #494

Closed
alireza-mh opened this issue Oct 7, 2020 · 0 comments
Labels
Milestone

Comments

@alireza-mh
Copy link
Contributor

I recently updated purgecss-webpack-plugin from 1.6 to 3.0.0 and noticed that smp can't any longer deduce the plugin name and return (unable to deduce plugin name). the responsible code for this is:

(plugin.constructor && plugin.constructor.name) ||
"(unable to deduce plugin name)";

I assume that's because purgecss-webpack-plugin transpile without a class name since I add a class name to it directly in node_modules and the issue resolved.

@Ffloriel Ffloriel added this to the 5.0.0 milestone Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants