issues
search
kqito
/
use-tus
React hooks for resumable file uploads using tus
https://kqito.github.io/use-tus/?path=/story/usetus--basic
MIT License
104
stars
8
forks
source link
Change to use esbuild instead of babel
#40
Closed
kqito
closed
1 year ago
kqito
commented
1 year ago
Overview
Use esbuild instead of babel for improving bulid speed.
This PR also will fix #39 too.
Change to use esbuild
Use esbuild for improving build speed.
Remove babel
Along with the above, changes need to be made to storybook's and test's config. c5a2cc33bdb90428cc301ac5dce65b91e2f5c7f4
This change fixes a bug in babel config where the proper target was not being specified.
Change to use pnpm instead of yarn
This changing purpose is development experience by improving speed too.
Overview
Change to use esbuild
Change to use pnpm instead of yarn