react-drag-drop-files icon indicating copy to clipboard operation
react-drag-drop-files copied to clipboard

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

Open jonluca opened this issue 2 years ago • 0 comments

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

  • Change build system to use esbuild, which is significantly faster
  • Change test system to use vitest, which is significantly faster
  • Change playground to use vite
  • Fix typescript output
  • Bump package versions

jonluca avatar Aug 06 '22 13:08 jonluca