wire-elements / spotlight

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
MIT License
925 stars 72 forks source link

Allow to use fuse.js from build instead of CDN #17

Closed erikgaal closed 3 years ago

erikgaal commented 3 years ago

At this moment, fuse.js is included with Spotlight through the jsDelivr CDN. Some users might prefer to include these assets through their own build process.

As a sidenote, fuse.js isn't locked to a specific version at this moment which might cause uninteded breaking changes.

https://github.com/livewire-ui/spotlight/blob/ceb4005ee817b64ebf86526d2b0706ea6b4227ba/resources/views/spotlight.blade.php#L2

PhiloNL commented 3 years ago

Thanks @erikgaal 😄 Coming up in the next release: https://github.com/livewire-ui/spotlight/pull/19

PhiloNL commented 3 years ago

Now available, also locked the dependency 👌