Skip to content

Commit

Permalink
fix(webpack): Disable autoprefixer running twice (react-boilerplate#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaintng authored and mxstbr committed Aug 1, 2016
1 parent 16859da commit bfe0c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/webpack/webpack.prod.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = require('./webpack.base.babel')({
// of the CSS being in the JS and injected as a style tag
cssLoaders: ExtractTextPlugin.extract(
'style-loader',
'css-loader?modules&importLoaders=1!postcss-loader'
'css-loader?modules&-autoprefixer&importLoaders=1!postcss-loader'
),

// In production, we minify our CSS with cssnano
Expand Down

0 comments on commit bfe0c20

Please sign in to comment.