We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a8717 commit 81060cfCopy full SHA for 81060cf
1 file changed
lib/trace.js
@@ -38,7 +38,7 @@ module.exports = function(unit, opts = {}) {
38
JSON.stringify(shim),
39
depsFinder ? depsFinder.toString() : '',
40
contents,
41
- sourceMap
+ JSON.stringify(sourceMap)
42
].join('|');
43
hash = generateHash(key);
44
const cached = cache.getCache(hash);
0 commit comments