Using jquery plugin and bootstrap javascript in ember fastboot

hey i just wanna make a production ready with ember fastboot app, the problem is when i push to my heroku repository the log said “bootstrap need jquery” then i delete the app.import(‘vendor/bootstrap.js’); from ember cli build now the problem is said “TypeError: Cannot read property ‘fn’ of undefined”. the question is how to include jquery plugin and bootstrap javascript to my ember fastboot app, cause i really need that for my dom manipulation. All ajax call is done by ember-fetch