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
In webpack 3.x, the syntax will look like this:
{ test: require.resolve("blueimp-file-upload"), use: "imports-loader?define=>false" }