@lvegerano wrote:
I have an in-repo engine that has a dependency on
ember-truth-helpers
. The host app also has a dependency onember-truth-helpers
. After a building the app I end up with avendor.js
and aengine-vendor.js
that define the same helpers. During debug I realize that the engine when invoking the helpers it uses the definition invendor.js
not the one inengines-vendor.js
. I would like to remove that (what it seems) unnecessary duplication. As thedefine
function in the loader does not override. Is that possible?
Posts: 2
Participants: 1