You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2018. It is now read-only.
Seems like it's potentially still an issue with purifycss itself, not the webpack plugin: purifycss/purifycss#145
The fact a PR to solve this has remained unmerged, it seems like purifycss might not be actively maintained anymore.
I can't rename third party lib css files, so need some sort of solution. It looks like https://www.purgecss.com/with-webpack has a webpack integration and supports whiteList regex which should get around the case issues encountered here..
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Not working:
whitelist: ['*doNotRemove*']
This works fine:
whitelist: ['*do_not_remove*']
purifycss issue #156
The text was updated successfully, but these errors were encountered: