I'm using a "core"-addon which contains logic that is used in multiple "boilerplate" - ember applications, when I build a boilerplate-application, the addon code is added to the "vendor.js" file found in the "assets"-folder. Is there a way I can make this code build to a separate "my-addon-vendor.js" file?
While browsing I found others with the same need, but an answer has yet to be found.
My "core"-addon is linked to my "boilerplate"-project using "npm link my-core-addon".
Thanks in advance
Versions:
- Ember Version: 3.5.0
- Ember CLI: 3.5.0
- Node: 8.11.3
- npm: 5.6.0
ember-cli
community chat. Your question is nuanced and it'd be easier to answer understanding more deeply the reasons – mistahenry