diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index 40c22db6..5bb7896d 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -6,9 +6,8 @@ window._ = require("lodash"); * code may be modified to fit the specific needs of your application. */ -try { - window.$ = window.jQuery = require("jquery"); -} catch (e) {} +window.$ = window.jQuery = require("jquery"); +require("bootstrap"); /** * We'll load the axios HTTP library which allows us to easily issue requests