Is there a way to include Javascript Libraries directly into Pods or Components without import in via app.import.
Explanation I want to use and Javascript-Library only in one Component, without the need to reference it in the global manner. Currently i have to include all Librarys about recommended Ember-Cli-Way with app.import, within the ember-cli-build.js.
But im eyes it is an Overhead, because i only need the functionality within my Pod, and not the entire application.