Skip to content

Commit c8c6b75

Browse files
committed
Fix source maps generation
1 parent 27414cf commit c8c6b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class WebpackObfuscator {
3131
if (this.options.sourceMap && inputSourceMap) {
3232
const transferredSourceMap = transferSourceMap({
3333
fromSourceMap: obfuscationSourceMap,
34-
toSourceMap: inputSource
34+
toSourceMap: inputSourceMap
3535
});
3636
compilation.assets[fileName] = new webpack_sources_1.SourceMapSource(obfuscatedSource, fileName, transferredSourceMap, inputSource, inputSourceMap);
3737
}

0 commit comments

Comments
 (0)