Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused bloodhound-js dependency. (#2846)
* Remove unused bloodhound-js dependency. Pre-existing code is using a `Bloodhound` object actually from alternate `typeahead.js` package, see: https://github.com/projectblacklight/blacklight/blob/v7.31.0/app/javascript/blacklight/autocomplete.js#L2 import Bloodhound from 'typeahead.js/dist/bloodhound.js' That is importing Bloodhound from typeahead.js package, not from bloodhound-js package. As far as I can tell, no use of `bloodhound-js` package is actually being made, so the dependency is unnecessary. Eliminating it will keep blacklight-consuming builds faster and smaller with simpler dependency trees.
- Loading branch information