KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

Fix typescript output, make build and dev faster by using esbuild/vitest #77

Closed jonluca closed 1 year ago

jonluca commented 2 years ago

Summary

The typescript output was actually just es code output, not types. This fixes it so that the output is the actual declarations.

Key Changes

KarimMokhtar commented 1 year ago

@jonluca Could you solve the conflicts please?

jonluca commented 1 year ago

Done

jonluca commented 1 year ago

I'm not sure why it's failing, that commit isn't in this PR I believe?

jonluca commented 1 year ago

Recreated it here with only one commit https://github.com/KarimMokhtar/react-drag-drop-files/pull/89