Sage 9 jQuery-UI

@MWDelaney Thanks for the reply. You’re very active on here.
I followed your instructions on Animate.css and it worked perfectly, thanks.

I followed the 3rd Party Packages instructions in the Sage docs.

I ran
$ yarn add webpack-jquery-ui

This is currently my main.js
//Import Jquery UI
import ‘jquery-ui/ui/core.js’;
import ‘jquery-ui/ui/widget.js’;
import ‘jquery-ui/ui/widgets/mouse.js’;
import ‘jquery-ui/ui/widgets/draggable.js’;
import ‘jquery-ui-touch-punch/jquery.ui.touch-punch.min.js’;

I tried to import draggable.js dependencies.

Then I ran
$ yarn run build

Console Error: Uncaught TypeError: jQuery(…).draggable is not a function