cookie
cookie copied to clipboard
Fix exports for some bundlers
I've been using this package in a javascript library with esbuild and it's worked fine, but for some reason, rspack can't resolve it. Adding "main": "index.js"
to package.json fixed this.