rollup-plugin-javascript-obfuscator icon indicating copy to clipboard operation
rollup-plugin-javascript-obfuscator copied to clipboard

Allow use of custom obfuscator version

Open derrickb opened this issue 5 years ago • 2 comments

As seen in this fork: https://github.com/arekzelechowski/rollup-plugin-javascript-obfuscator/commit/0f1d1b1f7af6005ce5bdfcd3ff88aeef722e8830

This is really useful as it allows for decoupling of the plugin from the obfuscator version, and also allows us to specify a version of the obfuscator which is sometimes required (eg. if a bug was present in latest).

derrickb avatar Apr 10 '19 19:04 derrickb

Instead of adding an option, this package could also change javascript-obfuscator to a peer dependency.

raphinesse avatar Sep 15 '20 12:09 raphinesse

Instead of adding an option, this package could also change javascript-obfuscator to a peer dependency.

Even better!

derrickb avatar Sep 15 '20 13:09 derrickb