From b5871d05bc9ba3e1dd48486a7712b8aa0f016ffd Mon Sep 17 00:00:00 2001 From: phra Date: Thu, 14 Jul 2016 23:51:53 +0200 Subject: [PATCH] chore: fix autoprefixer, fixes preboot/angular-webpack#40 --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index b443019f4..719efd162 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -100,7 +100,7 @@ module.exports = function makeWebpackConfig () { // // Reference: https://github.com/webpack/style-loader // Use style-loader in development. - loader: isTest ? 'null' : ExtractTextPlugin.extract('style', 'css?sourceMap!postcss') + loader: isTest ? 'null' : ExtractTextPlugin.extract('style-loader', 'css-loader?sourceMap!postcss-loader') }, { // ASSET LOADER // Reference: https://github.com/webpack/file-loader