css-loader contains cssnano to compress CSS. cssnano by default contains Autoprefixer to remove all prefixes. It works great when you undertand what you want to do. But because css minifier feature is hidden inside webpack many people don’t expect that webpack will remove prefixes.
Right now I have so many issues in Autoprefixer repo about this issue.
So I suggest to remove autoprefixer rule from cssnano in css-loader.
@ben-eb do you agree as cssnano author?
@sokra we have problem right now, because in latest Can I Use update iOS 8 was removed from default last 2 versions browsers list and many people are in pain.
css-loadercontains cssnano to compress CSS. cssnano by default contains Autoprefixer to remove all prefixes. It works great when you undertand what you want to do. But because css minifier feature is hidden inside webpack many people don’t expect that webpack will remove prefixes.Right now I have so many issues in Autoprefixer repo about this issue.
So I suggest to remove
autoprefixerrule fromcssnanoincss-loader.@ben-eb do you agree as cssnano author?
@sokra we have problem right now, because in latest Can I Use update iOS 8 was removed from default
last 2 versionsbrowsers list and many people are in pain.