I have an Aurelia Application built with NPM\Gulp that has been working perfectly. I recently did an NPM update which upgraded all the components including DropZone.
Dropzone apparently changed it’s build to use WebPack and now Aurelia sees DropZone’s New() Constructor as a Module instead of a function resulting in error " Dropzone is not a constructor"
See some screen shots
Interestingly, I also had a similar problem integrating PDFjs; Also built with WebPack… which I gave up on…
Any Suggestions on how to Require a WebPack component?