spatie / laravel-mix-purgecss

Zero-config Purgecss for Laravel Mix
https://spatie.be/en/opensource
MIT License
874 stars 38 forks source link

Update to latest version of purgecss plugin #48

Closed chood531 closed 6 years ago

chood531 commented 6 years ago

I am trying to get this issue pulled into my project so would like to update the purgecss plugin version: https://github.com/FullHuman/purgecss/issues/92

freekmurze commented 6 years ago

Tests seem to be failing for this one.

chood531 commented 6 years ago

@freekmurze - unfortunately, the tests are also failing on master.

I tried to fix, but can't seem to figure it out. Seems to be something with Jest.

I updated the version of Jest to fix one issue (https://github.com/facebook/jest/issues/6766#issuecomment-412516712), but that introduced another issue.

Sorry I couldn't help try to fix it. Couldn't seem to figure it out on my end :(

freekmurze commented 6 years ago

No worries, we'll take a look at this soon.

sebastiandedeyne commented 6 years ago

I'll look into this soon. Gonna hold off merging a major version update of Purgecss until we've ensured it all works as intended.

sebastiandedeyne commented 6 years ago

Ended up merging #49 for this because it solved the test issues, thanks for your time either way!