require(['jquery', 'popper'], function($, Popper) { window.Popper = Popper; // re-attach to global scope require(['bootstrap'], function() { $(function() { // This function is needed (even if empty) to force RequireJS to load Twitter Bootstrap and its Data API. // You can make calls to bootstrap functions here. }); }); });