fix running mix tasks error

This commit is contained in:
Daniel Bănciulea 2018-10-24 01:57:56 +03:00
parent 4c63c84073
commit 4202ec978d
1 changed files with 1 additions and 1 deletions

View File

@ -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');