diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index fb0f1ede..c1f8ac39 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -1,6 +1,5 @@ window._ = require('lodash'); -window.Popper = require('popper.js').default; /** * We'll load jQuery and the Bootstrap jQuery plugin which provides support @@ -9,6 +8,7 @@ window.Popper = require('popper.js').default; */ try { + window.Popper = require('popper.js').default; window.$ = window.jQuery = require('jquery'); require('bootstrap');