remove lodash (#6095)
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"axios": "^1.1.2",
|
"axios": "^1.1.2",
|
||||||
"laravel-vite-plugin": "^0.7.2",
|
"laravel-vite-plugin": "^0.7.2",
|
||||||
"lodash": "^4.17.19",
|
|
||||||
"postcss": "^8.1.14",
|
"postcss": "^8.1.14",
|
||||||
"vite": "^4.0.0"
|
"vite": "^4.0.0"
|
||||||
}
|
}
|
||||||
|
|||||||
3
resources/js/bootstrap.js
vendored
3
resources/js/bootstrap.js
vendored
@@ -1,6 +1,3 @@
|
|||||||
import _ from 'lodash';
|
|
||||||
window._ = _;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* We'll load the axios HTTP library which allows us to easily issue requests
|
* 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
|
* to our Laravel back-end. This library automatically handles sending the
|
||||||
|
|||||||
Reference in New Issue
Block a user