/** * If we import vuedraggable directly from node-modules, error will occur on SharePoint modern page, because the library try to use AMD instead of Modules. * The error: unexpected anonymous amd define. * Therefore, we modified vuedraggable (and its dependency Sortable), then put it in assets/scripts/vuedraggable.js * */ export {};