You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because sourceMap is an option no ObfuscatorOptions from javascript-obfuscator. It is generating sourcemaps for me, but unsure how accurate those sourcemaps are as I have yet to test them.
We use "webpack-obfuscator": "^3.5.1"
with
const webpackObfuscator = new WebpackObfuscator(
{
sourceMap: true,
});
but sourcemaps files not generating
I also opened stackoverflow question but without help.
https://stackoverflow.com/questions/73569780/javascript-obfuscator-with-webpack-obfuscator-source-map-files-not-working
Thank you in advance for any help :)
The text was updated successfully, but these errors were encountered: