dom111 / webdav-js

A simple WebDAV client written in JS for use as a bookmarklet, or integration into a web server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert to TypeScript and replace webpack with esbuild

dom111 opened this issue · comments

@jimmywarting I think those are all fair points, but in this case I'm already bundling and utilising rebuild the process is practically instantaneous. I think as well, using TypeScript over Babel for backwards compatibility is preferable too, but I guess that's just a matter of preference! Thanks for sharing though!

Had a look at this in https://github.com/dom111/webdav-js/tree/switch-to-esbuild

Need to look at the tests though

This is addressed in #109.