File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -142,15 +142,7 @@ module.exports = {
142
142
// in the main CSS file.
143
143
{
144
144
test : / \. c s s $ / ,
145
- // "?-autoprefixer" disables autoprefixer in css-loader itself:
146
- // https://github.com/webpack/css-loader/issues/281
147
- // We already have it thanks to postcss. We only pass this flag in
148
- // production because "css" loader only enables autoprefixer-powered
149
- // removal of unnecessary prefixes when Uglify plugin is enabled.
150
- // Webpack 1.x uses Uglify plugin as a signal to minify *all* the assets
151
- // including CSS. This is confusing and will be removed in Webpack 2:
152
- // https://github.com/webpack/webpack/issues/283
153
- loader : ExtractTextPlugin . extract ( 'style' , 'css?importLoaders=1&-autoprefixer!postcss' )
145
+ loader : ExtractTextPlugin . extract ( 'style' , 'css?importLoaders=1!postcss' )
154
146
// Note: this won't work without `new ExtractTextPlugin()` in `plugins`.
155
147
} ,
156
148
// JSON is not enabled by default in Webpack but both Node and Browserify
Original file line number Diff line number Diff line change 33
33
"chalk" : " 1.1.3" ,
34
34
"connect-history-api-fallback" : " 1.3.0" ,
35
35
"cross-spawn" : " 4.0.2" ,
36
- "css-loader" : " 0.25 .0" ,
36
+ "css-loader" : " 0.26 .0" ,
37
37
"detect-port" : " 1.0.1" ,
38
38
"dotenv" : " 2.0.0" ,
39
39
"eslint" : " 3.8.1" ,
You can’t perform that action at this time.
0 commit comments