diff --git a/webpack/stylesheets.babel.js b/webpack/stylesheets.babel.js index 1c922e95..de9e159e 100644 --- a/webpack/stylesheets.babel.js +++ b/webpack/stylesheets.babel.js @@ -44,9 +44,11 @@ export default { { loader: "sass-loader", options: { - outputStyle: "expanded", sourceMap: true, - sourceMapContents: "true", + sassOptions: { + outputStyle: "expanded", + // sourceMapContents: "true", // if sourceMap: true, sassOptions.sourceMapContents is ignored + }, }, }, ],