passy / autoprefixer-loader

Webpack loader for autoprefixer
MIT License
217 stars 25 forks source link

process() method is deprecated #20

Closed pburtchaell closed 9 years ago

pburtchaell commented 9 years ago

When I use the loader, I get: Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead.

andrew-d commented 9 years ago

:+1: - I just ran into this too - see https://twitter.com/autoprefixer/status/599626778995531776

myagoo commented 9 years ago

+1

whoknows commented 9 years ago

+1

unindented commented 9 years ago

:+1:

pburtchaell commented 9 years ago
  1. Use postcss-loader instead of depreacted autoprefixer-loader — From this tweet
cesarandreu commented 9 years ago

+1

passy commented 9 years ago

I've opened a PR on #21. Could some of you +1'ers verify that this works for you? :)

daviferreira commented 9 years ago

@passy worked for me, thanks :)

passy commented 9 years ago

@daviferreira Thanks for testing!

myagoo commented 9 years ago

Fixed for me too, thank you

pburtchaell commented 9 years ago

@passy Thanks for the quick fix. :)