You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"main": "makeSortable.js" should be "main": "build/makeSortable.js" I believe. Otherwise, import {makeSortable} from 'cyclejs-sortable' won't work as the bundler can't find cyclejs-sortable
The text was updated successfully, but these errors were encountered:
"main": "makeSortable.js"
should be"main": "build/makeSortable.js"
I believe. Otherwise,import {makeSortable} from 'cyclejs-sortable'
won't work as the bundler can't findcyclejs-sortable
The text was updated successfully, but these errors were encountered: