diff --git a/index.js b/index.js index a076949..4247cb9 100644 --- a/index.js +++ b/index.js @@ -109,7 +109,7 @@ module.exports = function (opts) { /^\/\/#/, function () { return opts.sourceMapPrefix } ) } - stream.push(Buffer('\n' + comment + '\n')); + stream.push(Buffer(';\n' + comment + '\n')); } if (!sourcemap && !opts.standalone) stream.push(Buffer(';\n'));