IE11 does not and will not implement ES2015 Proxy objects. Yet IE11\'s end of extended support is October 14, 2025.
Is there any way to polyfill Proxy objects for IE
Best you can get is github: GoogleChrome/proxy-polyfill
According to Babel docs:
Due to the limitations of ES5, Proxies cannot be transpiled or polyfilled.