spatie / laravel-mix-purgecss

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

Support for laravel-mix 2.1.* #23

Closed cjmaxik closed 6 years ago

cjmaxik commented 6 years ago

Will add some tests in the future

riasvdv commented 6 years ago

@cjmaxik instead of using the webpackConfig(config) {} function, wouldn't it be better to use webpackPlugins() to include PurgeCSS into the webpack config?

cjmaxik commented 6 years ago

@Rias500 it doesn't work somehow... I did the same thing as in https://github.com/JeffreyWay/laravel-mix/blob/master/src/components/PurifyCss.js here

riasvdv commented 6 years ago

Ah makes sense, hadn't tested it, hope it gets merged soon 👍

sebastiandedeyne commented 6 years ago

Gonna merge and release tomorrow :)

tpraxl commented 6 years ago

@sebastiandedeyne Thanks for merging. What's your plan for creating a release?

sebastiandedeyne commented 6 years ago

Released! 🎉