Though rewiremock itself is built into ES5 & ES6, the rewiremock/webpack/interceptor is still ES6 only. Which limits it's usage in non-modern browsers like IE11.
Better to make rewiremock/webpack/interceptor ES5 compatible to ease the adoption. It would be an easy change. If it's ok I can make the change and add lint for it to prevent future break.