garycourt / uri-js

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

Update babel plugin #58

Open pravi opened 3 years ago

pravi commented 3 years ago

Update babel and switch to @rollup/plugin-babel. Built on #57

garycourt commented 3 years ago

Why are there 2 PRs in regards to these changes? Couldn't you have extended the original PR?

pravi commented 3 years ago

I wanted to update babel separately as it could include complications. But if you prefer you can just look at this pr as it includes changes from the other pr.