okikio / bundlejs

An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
https://bundlejs.com
MIT License
751 stars 13 forks source link

Fails with "too much recursion" on @ensdomains/ensjs@3.7.0 #72

Closed talentlessguy closed 2 months ago

talentlessguy commented 2 months ago

Input:

// Click Build for the Bundled, Minified & Compressed package size
export * from "@ensdomains/ensjs@3.7.0";

Output:

Fetch https://unpkg.com/es-abstract@1.23.3/2024/StringToBigInt.js

✘ [ERROR] too much recursion [plugin http-url]

http-url:https://unpkg.com/@ensdomains/address-encoder@1.1.1/dist/esm/coins.js:56:21:

      56 │ export { iost } from "./coin/iost.js";
         ╵                      ~~~~~~~~~~~~~~~~
okikio commented 2 months ago

I just tried running the build, it seemed to work with no errors, it could be a potential cache error, try running the build again in Incognito mode

CleanShot 2024-06-29 at 01 59 21@2x

talentlessguy commented 2 months ago

I cleared browser cache and it builds now, not sure what it was before