We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I keep getting Sortable is not a constructor when using it with Webpack in Laravel.
Sortable is not a constructor
import Sortable from 'sortablejs'; import 'jquery-sortablejs'; window.Sortable = Sortable; window.$ = window.jQuery = require('jquery');
It works fine when I use CDN. What could be causing this?