You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When jsDelivr fails to bundle a package, it appears to succeed, but the code is replaced with:
/** * Failed to bundle using Rollup v2.79.1: the file imports a not supported node.js built-in module "node:perf_hooks". * If you believe this to be an issue with jsDelivr, and not with the package itself, please open an issue at https://github.com/jsdelivr/jsdelivr */thrownewError('Failed to bundle using Rollup v2.79.1: the file imports a not supported node.js built-in module "node:perf_hooks". If you believe this to be an issue with jsDelivr, and not with the package itself, please open an issue at https://github.com/jsdelivr/jsdelivr');
When jsDelivr fails to bundle a package, it appears to succeed, but the code is replaced with:
Example: https://cdn.jsdelivr.net/npm/happy-dom/+esm
We should detect this error and abort earlier so that it’s easier to tell what went wrong. Related #956.
The text was updated successfully, but these errors were encountered: