Skip to content

Commit

Permalink
remove lodash (laravel#6095)
Browse files Browse the repository at this point in the history
  • Loading branch information
emargareten authored Feb 13, 2023
1 parent 61a14cd commit 6f4cea4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
3 changes: 0 additions & 3 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f4cea4

Please sign in to comment.