Embedded ember-cli project conflicts with RequireJS

I am trying to embed an ember app into a non-Ember project which uses Require.js, jQuery, Handlebars and other libraries.

Because Ember is providing it’s own loader, I now have conflicts between require.js and loader.js. How can I resolve this?

I noticed a few other questions asking the same, but received no reply:

Many thanks

I worked around the issue by embedding the app into an iframe.

There are future plans to offer a no-conflict build of ember: https://github.com/ember-cli/loader.js/issues/43#issuecomment-85574097