Создать файл с любым именем, например, import- jquery. js
import- jquery. js
import jquery from "jquery";
window.$ = window.jQuery = jquery;
Приложение. js
import "import-jquery";
import "jquery-ui-bundle"; // you also need this
import "jquery-ui-bundle/jquery-ui.css";
import draw2d from "draw2d";
РЕДАКТИРОВАТЬ:
И не забудьте ...
npm install import-jquery
npm install jquery-ui-bundle