garycourt/uri-js

Create ES5+Modules dist

Opened this issue · 3 comments

In order to support the modules property in package.json, an ES5 version of uri-js using ES6 Modules needs to be compiled.

There will be much rejoicing. My create-react-app app started failing to build when I added a dependent of uri-js ....

Use uri-js@^4.2.2 for the time being, as that version doesn't have the modules property in package.json.

Thanks, I forgot that I had just started using package-lock.json, and I had assumed that my CI/CD build was using the latest version. It's working now, obviously.