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 878d880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/loaders/sass.js
Expand Up @@ -32,7 +32,8 @@ module.exports = {
loader: 'resolve-url-loader',
options: Object.assign(
{
sourceMap: webpackConfig.useSourceMaps
sourceMap: webpackConfig.useSourceMaps,
outputStyle: 'nested'
},
webpackConfig.sassOptions.resolveUrlLoaderOptions
)
Expand Down

0 comments on commit 878d880

Please sign in to comment.