Closed jesucarr closed 6 years ago
Hi! :wave: Sorry for the delay in responding. Unfortunately there is no way to configure the obfuscator on a per-file basis at the moment.
I managed to create 2 transformers and load conditionally so I guess it's not needed
@jesucarr I am trying to create two transformers for different file types, how did you handle it?
@satheeshwaran using module.exports.transform
with an if
inside
Is there a way to set different obfuscatorOptions for different files?