We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e7af1c + a91b8d1 commit ba07207Copy full SHA for ba07207
index.js
@@ -48,7 +48,7 @@ module.exports = function (source, map) {
48
result.warnings().forEach(function (msg) {
49
loader.emitWarning(msg.toString());
50
});
51
- callback(null, result.css, result.map);
+ callback(null, result.css, result.map.toJSON());
52
})
53
.catch(function (error) {
54
if ( error.name === 'CssSyntaxError' ) {
0 commit comments