Full Changelog: v2.9.11...v2.9.12
Added additional guards to the __esModule Proxy condition in the global module to resolve illegal invocation errors by preventing the proxy from incorrectly intercepting properties, such as when _interopRequireDefault checks for the __esModule property on a proxied module. This typically happens when a proxied object is called with an incorrect this context.