diff --git a/index.js b/index.js index eb5b894..f3a037e 100644 --- a/index.js +++ b/index.js @@ -59,7 +59,7 @@ module.exports = function(sass) { sourceComments: options.sourceComments, sourceMap: options.sourceMap, sourceMapEmbed: options.sourceMapEmbed, - sourceMapIncludeSources: options.sourceMapIncludeSources ?? true, + sourceMapIncludeSources: options.sourceMapIncludeSources === undefined ? true : options.sourceMapIncludeSources, sourceMapContents: options.sourceMapContents, sourceMapRoot: options.sourceMapRoot, fiber: options.fiber