garycourt / uri-js

An RFC 3986 compliant, scheme extendable URI parsing/validating/normalizing/resolving library for JavaScript
Other
305 stars 69 forks source link

Modernize build system (add terser, update typescript, rollup ...) #57

Open pravi opened 3 years ago

pravi commented 3 years ago

Started with replacing rollup-plugin-node-resolve and ended up updating a lot of build tools.

garycourt commented 3 years ago

I appreciate the work. I will need to look this over a bit more to understand the effects of the changes. Thanks!