From 7e1ace3f6de8a63810822b669f52e5595a364c5a Mon Sep 17 00:00:00 2001 From: Geriano Date: Sat, 30 Jul 2022 12:23:24 +0700 Subject: [PATCH] removing lodash --- resources/js/bootstrap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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