Results 11 comments of Max

Same. Doesn't work

It would be very nice to have either this or be able to change image scale, specifically some method that would work like: `.scale(2)` to double the image dimensions.

Thanks but that kind-of doesn't help. Would prefer a drop in replacement. If i had to rewrite the codebase, might as well go all in and use ES6 (or whatever...

Very true, but most people are using CoffeeScript and CJSX for its nice terse syntax. Having to use factory functions is opposite of terse and nice. That is a viable...

it would work, but would create additional overhead parsing surrounding JSON structures, best place to put minifier is here: https://github.com/yahoo/serialize-javascript/blob/master/index.js#L101

eh yeah or `npm install --force`, but that's not ideal so I'm stuck with webpack@4 for now. any idea when you will drop old webpack? It's been more than a...

Awesome! Will test today on my project! Thanks!

Im sorry still not getting it. I'm proxying my public folder through nginx to make it faster. I thought I could write results of compilation to disk somewhere. Preferably in...

Yup exactly. Right now we came up with this: https://gist.github.com/suprMax/5101852 as a temporary measure. Would be nice to see that working out of the box

I was using nodemon and I don't like to restart server on every filechange as it takes a lot of time. And yes, even for JS/snockets it doesnt look up...