HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 20 forks source link

Filter for JS code exclusion #45

Open kukuruza030 opened 5 years ago

kukuruza030 commented 5 years ago

Hi, is it possible or maybe can you include a filter function, based on regexp, to remove JS code before obfuscation? Usually I use several small helper and debug functions which should not be part of the obfuscated code. Would be great to define common filter rules to automatically remove those pieces on obfuscation on save.