Skip to content

Commit 4202ec9

Browse files
fix running mix tasks error
1 parent 4c63c84 commit 4202ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
window._ = require('lodash');
3-
window.Popper = require('popper.js').default;
43

54
/**
65
* We'll load jQuery and the Bootstrap jQuery plugin which provides support
@@ -9,6 +8,7 @@ window.Popper = require('popper.js').default;
98
*/
109

1110
try {
11+
window.Popper = require('popper.js').default;
1212
window.$ = window.jQuery = require('jquery');
1313

1414
require('bootstrap');

0 commit comments

Comments
 (0)