@uppy/svelte: use SvelteKit as the build tool (#5484)

This commit is contained in:
Merlijn Vos 2024-10-15 09:58:14 +02:00 committed by GitHub
parent 75edb512b9
commit e6b5cb897b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 328 additions and 508 deletions

2
.gitignore vendored
View file

@ -19,6 +19,8 @@ tsconfig.build.tsbuildinfo
dist/
lib/
# @uppy/svelte needs lib inside src
!src/lib
coverage/
examples/dev/bundle.js
examples/aws-php/vendor/*