Skip to content

Commit

Permalink
Looks like without this is not working. I don't know if we need to ke…
Browse files Browse the repository at this point in the history
…ep bootstrap in extract then
  • Loading branch information
Utwo committed Mar 16, 2022
1 parent 2146e2a commit 1f7194e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f7194e

Please sign in to comment.