During a recent site audit, the file /assets/js/client-locale-loader.js from the Flipbook plugin was flagged as being unminified.
Since unminified JavaScript files are typically not considered production-ready and can negatively impact performance audits, is there a reason this file is distributed in its unminified form? Would it be possible to include a minified version (or ship only the minified asset in production) in a future plugin update?
This would help prevent the file from being flagged by site auditing and performance tools.
Thanks!