We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8411dd + b5871d0 commit cdb919bCopy full SHA for cdb919b
webpack.config.js
@@ -100,7 +100,7 @@ module.exports = function makeWebpackConfig () {
100
//
101
// Reference: https://github.com/webpack/style-loader
102
// Use style-loader in development.
103
- loader: isTest ? 'null' : ExtractTextPlugin.extract('style', 'css?sourceMap!postcss')
+ loader: isTest ? 'null' : ExtractTextPlugin.extract('style-loader', 'css-loader?sourceMap!postcss-loader')
104
}, {
105
// ASSET LOADER
106
// Reference: https://github.com/webpack/file-loader
0 commit comments