From 88a7afdc1189875d41be2d143b8fe2efd60247f5 Mon Sep 17 00:00:00 2001 From: David Manning Date: Wed, 10 Sep 2014 22:35:08 -0700 Subject: [PATCH] fixed issue sourceMap --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0614a4a..4f8176c 100644 --- a/index.js +++ b/index.js @@ -23,7 +23,7 @@ module.exports = function (options) { if (file.sourceMap) { opts.sourceComments = 'map'; - opts.sourceMap = false; + opts.sourceMap = file.path; } if (opts.sourceComments === 'map' || opts.sourceComments === 'normal') {