Wie verwende ich blueimp-file-upload mit dem Webpack?

Ich verwende blueimp-file-upload auf meiner Website und verwende webpack, um meinen js-Code zu organisieren.

Ich habe blueimp-file-upload und jquery.ui.widget von NPM installiert

npm install --save blueimp-file-upload
npm install --save jquery.ui.widget

und ich benötige blueimp-file-upload in meiner Eingabedatei

require('blueimp-file-upload')

aber wenn ich webpack starte bekomme ich den fehler:

ERROR in ./~/blueimp-file-upload/js/jquery.fileupload.js
Module not found: Error: Cannot resolve module 'jquery.ui.widget' in E:\app-parent\cooka-common-web\src\main\resources\static\node_modules\blueimp-file-upload\js
@ ./~/blueimp-file-upload/js/jquery.fileupload.js 19:8-22:19 

Antworten auf die Frage(18)

Ihre Antwort auf die Frage