From ce8f14b056425bf0bea80d7d7bc3dfa6abdf8e9f Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Thu, 26 Jan 2023 15:02:18 +0100 Subject: [PATCH] remove lodash --- package.json | 1 - resources/js/bootstrap.js | 3 --- 2 files changed, 4 deletions(-) diff --git a/package.json b/package.json index 009953d7..ce765981 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,6 @@ "autoprefixer": "^10.4.7", "laravel-echo": "^1.15.0", "laravel-vite-plugin": "^0.7.0", - "lodash": "^4.17.19", "postcss": "^8.4.14", "pusher-js": "^7.1.1-beta", "tailwindcss": "^3.1.0", diff --git a/resources/js/bootstrap.js b/resources/js/bootstrap.js index 5723f10d..998b46b8 100644 --- a/resources/js/bootstrap.js +++ b/resources/js/bootstrap.js @@ -1,10 +1,7 @@ -import _ from 'lodash' import Echo from 'laravel-echo' import Pusher from 'pusher-js' -window._ = _ - /** * Echo exposes an expressive API for subscribing to channels and listening * for events that are broadcast by Laravel. Echo and event broadcasting