Closed sunscreem closed 6 years ago
I think this might be an issue with me using syntax that's not supported by Node 6.x yet. I just tagged 1.0.3-beta.1
, could you give that version a try?
Perfect!
Works a treat now. 177kB reduced to 79kB - lovely :)
Perfect! I released 1.0.3
so you can revert to a stable version number now :)
This looks like a great package.
However - here's what I get when I try and run
npm dev
ornpm prod
as soon as I addrequire('laravel-mix-purgecss');
to webpack.mix.js.Here's my
package.json
:Kinda stuck on where to start debugging here?