diff --git a/index.js b/index.js index 5190fefc..fe7aca30 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ module.exports = function (source, map) { from: file, to: file, map: { - inline: false, + inline: params.sourceMap === 'inline', annotation: false } };