Add module to `entries`

I have an AMD module that I’d like to add to the list of require.entries, ideally from an addon’s index.js. Has anyone managed this?

The recently refactored ember-resolver uses a shim file (located here) that is app.imported here for this.

1 Like

Thanks, that helps a lot!