At the moment there is no possibility to pass previous source map content it would be nice if sourceMap option will be able to receive previous source map object and use it to generate new source map.
sass.render({
data,
sourceMap: prevSourceMapObject
}, handleResult);
At the moment there is no possibility to pass previous source map content it would be nice if
sourceMapoption will be able to receive previous source map object and use it to generate new source map.