import "./jquery-bootstrap"; import Vue from "vue/dist/vue.esm.js"; import "./lib/moment"; import Sortable from "./lib/Sortable.min.js"; // TODO: esbuild // Don't think jquery.hotkeys is being used anywhere. Will remove this after being sure. // import "./lib/jquery/jquery.hotkeys.js"; window.Vue = Vue; window.Sortable = Sortable;