From 6f4cea4114a49ab49fa67eaa08502497cb5d5143 Mon Sep 17 00:00:00 2001 From: emargareten <46111162+emargareten@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:41:14 +0200 Subject: [PATCH] remove lodash (#6095) --- package.json | 1 - resources/js/bootstrap.js | 3 --- 2 files changed, 4 deletions(-) diff --git a/package.json b/package.json index 0b32ba6957a..8f75fe2816f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "devDependencies": { "axios": "^1.1.2", "laravel-vite-plugin": "^0.7.2", - "lodash": "^4.17.19", "postcss": "^8.1.14", "vite": "^4.0.0" } diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index a5b3eddc560..846d3505856 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -1,6 +1,3 @@ -import _ from 'lodash'; -window._ = _; - /** * We'll load the axios HTTP library which allows us to easily issue requests * to our Laravel back-end. This library automatically handles sending the