From 4202ec978dccc1ff0a193b85b2f362055cbd85be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C4=83nciulea?= Date: Wed, 24 Oct 2018 01:57:56 +0300 Subject: [PATCH] fix running mix tasks error --- resources/js/bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');