mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
remove lodash
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
"laravel-echo": "^1.15.0",
|
"laravel-echo": "^1.15.0",
|
||||||
"laravel-vite-plugin": "^0.7.0",
|
"laravel-vite-plugin": "^0.7.0",
|
||||||
"lodash": "^4.17.19",
|
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"pusher-js": "^7.1.1-beta",
|
"pusher-js": "^7.1.1-beta",
|
||||||
"tailwindcss": "^3.1.0",
|
"tailwindcss": "^3.1.0",
|
||||||
|
|||||||
3
resources/js/bootstrap.js
vendored
3
resources/js/bootstrap.js
vendored
@@ -1,10 +1,7 @@
|
|||||||
import _ from 'lodash'
|
|
||||||
import Echo from 'laravel-echo'
|
import Echo from 'laravel-echo'
|
||||||
|
|
||||||
import Pusher from 'pusher-js'
|
import Pusher from 'pusher-js'
|
||||||
|
|
||||||
window._ = _
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Echo exposes an expressive API for subscribing to channels and listening
|
* Echo exposes an expressive API for subscribing to channels and listening
|
||||||
* for events that are broadcast by Laravel. Echo and event broadcasting
|
* for events that are broadcast by Laravel. Echo and event broadcasting
|
||||||
|
|||||||
Reference in New Issue
Block a user