We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57ececb + 961a5ee commit 27414cfCopy full SHA for 27414cf
index.ts
@@ -42,7 +42,7 @@ class WebpackObfuscator {
42
if (this.options.sourceMap && inputSourceMap) {
43
const transferredSourceMap = transferSourceMap({
44
fromSourceMap: obfuscationSourceMap,
45
- toSourceMap: inputSource
+ toSourceMap: inputSourceMap
46
});
47
48
compilation.assets[fileName] = new SourceMapSource(
@@ -89,4 +89,4 @@ class WebpackObfuscator {
89
}
90
91
92
-export = WebpackObfuscator;
+export = WebpackObfuscator;
0 commit comments