javascript-obfuscator / webpack-obfuscator

javascript-obfuscator plugin for Webpack
https://github.com/javascript-obfuscator/javascript-obfuscator
BSD 2-Clause "Simplified" License
856 stars 84 forks source link

Fix sourcemap generation #76

Closed sxwxs closed 4 years ago

sxwxs commented 4 years ago

using a global variable(sourcemap_output) allows maps file access obfuscation‘s SourceMap output

Fix: https://github.com/javascript-obfuscator/webpack-obfuscator/issues/74, https://github.com/javascript-obfuscator/webpack-obfuscator/issues/75

sanex3339 commented 4 years ago

Thank you!