🚨Hotfix release: re-enable console.logs in dev mode
This release prevents the removal of console.log statements by Nuxt-Security in development mode.
Nuxt Security helps you ship safer applications by removing console.log statements when the removeLoggers option is set to true, which is the default value.
However, removing console.log statements by default also in development mode is causing our users to search why their logs are disappearing.
With this release, removeLoggers only removes console.log statements in production builds.
What's Changed
Full Changelog: v2.1.1...v2.1.2