zefoy/ngx-dropzone-wrapper

New 5.6.0 version of dropzone causing build errors with all versions of ngx-dropzone-wrapper

Endellur opened this issue · 3 comments

Getting errors in ng7 when building using -prod

ERROR in ./node_modules/ngx-dropzone-wrapper/dist/ngx-dropzone-wrapper.es5.js
Module not found: Error: Can't resolve 'dropzone' in '..../node_modules/ngx-dropzone-wrapper/dist'

I have tested versions 6.0.0, 7.2.1 and 9.0.0

I have the same problem... any update?

I found if you add dropzone 5.5.1 to your project package.json it will work.

I found if u update @angular-devkit/build-angular in packages.json

"devDependencies": {
"@angular-devkit/build-angular": "~0.803.20"
}