Something went wrong while setting issue due date.
Development webpack config does not disable autoprefixing in css-loader like Production
Closed
Development webpack config does not disable autoprefixing in css-loader like Production
Created by: techniq
This might be intentional, but I noticed webpack.config.dev.js does not disable autoprefixing (css?-autoprefixer
) like webpack.config.prod.js does, even though both use postcss's autoprefixer.