What’s the proper way to completely vendor an Ember-CLI addon?
There’s an addon that I’d like to use but it needs some significant customization and I’d rather just add as part of the main app repo for now instead, at least until I have all the custom stuff finished. However, I didn’t find any articles nor an obvious way to vendor and load the addon. Any hints?
Thanks!