v1.1.0
Changes
- Rename plugin name (e8104ca)
NextJSBundleObfuscatorPlugin→NextJSObfuscatorPluginNextJSBundleObfuscator→NextJSObfuscator
New features
customHandlerwas replaced withpluginOptions(d5e5e57)- there's a compatibility with v1.0.0
- now users can determine which files to be obfuscated easily (d5e5e57)
_appcould be obfuscated relatively safely (even though if you enabled this you SHOULD check your app works fine)
- now users can check logs easily (d5e5e57)
Documentation
- Add example Next.js app (8291b01)
* This update has the compatibility with v1.0.0.
Full Changelog: v1.0.0...v1.1.0