I\'m using blueimp-file-upload in my website, and I\'m using webpack to organize my js code.
I installed blueimp-file-upload and jquery.ui.widget from NPM
first install two plugins
npm i blueimp-file-upload --save npm i jquery-ui --save
then require in web pack
require('blueimp-file-upload/js/jquery.fileupload')