sortable icon indicating copy to clipboard operation
sortable copied to clipboard

Importing js means @livewireScripts is needed on every page

Open colinmackinlay opened this issue 5 years ago • 0 comments

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?

colinmackinlay avatar Mar 21 '20 19:03 colinmackinlay