sortable
sortable copied to clipboard
Importing js means @livewireScripts is needed on every page
Hi @calebporzio
Now that I've incorporated the sortable js in my app.js I need to include @livewirescripts on every page even if they aren't livewire pages otherwise I get the error:
appt.js:1 Uncaught Livewire Sortable Plugin: window.livewire is undefined. Make sure @livewireScripts is placed above this script include
Ideally the js of the plugin would be included in @livewireScripts automagically. Perhaps livewire could publish a config file where sortable (and other plugins) could be enabled and pulled in?