Skip to content

Commit

Permalink
bug symfony#638 sass-loader should not do css minification
Browse files Browse the repository at this point in the history
  • Loading branch information
wimhendrikx committed Sep 16, 2019
1 parent 5640271 commit 114bfad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/loaders/sass.js
Expand Up @@ -42,6 +42,8 @@ module.exports = {
const config = Object.assign({}, {
// needed by the resolve-url-loader
sourceMap: (true === webpackConfig.sassOptions.resolveUrlLoader) || webpackConfig.useSourceMaps
// CSS minification is handled with mini-css-extract-plugin
outputStyle: 'nested'
});

sassLoaders.push({
Expand Down

0 comments on commit 114bfad

Please sign in to comment.