remove lodash (#6095)

This commit is contained in:
emargareten 2023-02-13 18:41:14 +02:00 committed by GitHub
parent 61a14cdcc4
commit 6f4cea4114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -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"
}

View File

@ -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