Skip to content

Commit cdb919b

Browse files
authored
Merge pull request #45 from phra/fix/autoprefixer
chore: fix autoprefixer, fixes preboot/angular-webpack#40
2 parents d8411dd + b5871d0 commit cdb919b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = function makeWebpackConfig () {
100100
//
101101
// Reference: https://github.com/webpack/style-loader
102102
// Use style-loader in development.
103-
loader: isTest ? 'null' : ExtractTextPlugin.extract('style', 'css?sourceMap!postcss')
103+
loader: isTest ? 'null' : ExtractTextPlugin.extract('style-loader', 'css-loader?sourceMap!postcss-loader')
104104
}, {
105105
// ASSET LOADER
106106
// Reference: https://github.com/webpack/file-loader

0 commit comments

Comments
 (0)