What is the recommended way to shim Object.entries?

Some of my users use Internet Explorer 11 which doesn’t support Object.entries. I’d like to still support that browser but I’m using Object.entries in multiple places within my codebase.

I see that there’s a shim available. Where would be the best place to place this shim within Ember?

Thanks!