treyan94
Results
1
issues of
treyan94
I keep getting `Sortable is not a constructor` when using it with Webpack in Laravel. ```js import Sortable from 'sortablejs'; import 'jquery-sortablejs'; window.Sortable = Sortable; window.$ = window.jQuery = require('jquery');...