Describe the bug
sourceMap: true,
sourceMapMode: 'separate',
With these options the sourcemap file is not being created.
I'm assuming it's an issue with rollup plugin as I can generate correctly the sourcemap with the javascript-obfuscator CLI
To Reproduce
- Just add the config I mentioned at the beginning.
Stack trace
Package versions:
rollup-plugin-obfuscator: 1.0.2
javascript-obfuscator: v4.0.2
Describe the bug
With these options the sourcemap file is not being created.
I'm assuming it's an issue with rollup plugin as I can generate correctly the sourcemap with the javascript-obfuscator CLI
rollup-plugin-obfuscatorand not injavascript-obfuscatorTo Reproduce
Stack trace
Package versions:
rollup-plugin-obfuscator: 1.0.2javascript-obfuscator: v4.0.2