fortana-co / react-dropzone-uploader

React file dropzone and uploader
https://react-dropzone-uploader.js.org/
MIT License
447 stars 184 forks source link

Attempt to fix build #196

Open wweaver opened 2 years ago

wweaver commented 2 years ago

I attempted to update this to fix the typescript errors.

This is upgrading webpack and typescript, fixing the new typescript error and hopefully more properly generate the .d.ts files.

Fixes: https://github.com/fortana-co/react-dropzone-uploader/issues/179 Fixes: https://github.com/fortana-co/react-dropzone-uploader/issues/108 Fixes: https://github.com/fortana-co/react-dropzone-uploader/issues/114

https://www.npmjs.com/package/@cruisecritic/react-dropzone-uploader

bibek-magar commented 2 years ago

ANy alternative method to fix.. before merge?

wweaver commented 1 year ago

ANy alternative method to fix.. before merge?

It seems someone posted https://github.com/fortana-co/react-dropzone-uploader/pull/202 which does a much smaller change. Haven't tried it to know if it works.