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.
1 parent 5640271 commit ae5fea1Copy full SHA for ae5fea1
lib/loaders/sass.js
@@ -41,7 +41,9 @@ module.exports = {
41
42
const config = Object.assign({}, {
43
// needed by the resolve-url-loader
44
- sourceMap: (true === webpackConfig.sassOptions.resolveUrlLoader) || webpackConfig.useSourceMaps
+ sourceMap: (true === webpackConfig.sassOptions.resolveUrlLoader) || webpackConfig.useSourceMaps,
45
+ // CSS minification is handled with mini-css-extract-plugin
46
+ outputStyle: 'expanded'
47
});
48
49
sassLoaders.push({
0 commit comments