diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index f426ae0..8bd2a05 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -1,5 +1,5 @@ -import _ from 'lodash'; -window._ = _; +// import _ from 'lodash'; +// window._ = _; /** * We'll load the axios HTTP library which allows us to easily issue requests