diff --git a/index.js b/index.js index e20fd4e0..d4ba81f1 100644 --- a/index.js +++ b/index.js @@ -98,6 +98,7 @@ module.exports = function (source, map) { loader.emitWarning(msg.toString()); }); callback(null, result.css, result.map ? result.map.toJSON() : null); + return null; }) .catch(function (error) { if ( error.name === 'CssSyntaxError' ) {