-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to bundle npm/lib/cli-entry.js
and @npmcli/arborist
#57
Comments
https://bundlejs.com/?q=%40npmcli%2Farborist This also faces the same error, also caused by the |
npm/lib/cli-entry.js
npm/lib/cli-entry.js
and @npmcli/arborist
@okikio Would you like to add an option for node like resolving? |
I've determined the cause of this issue, but I'll have to delay fixing it by a little bit as I won't be available to fix it issue until a little later on during the week/weekend. This issue seems to be caused by the redirect unpkg.com does when you add a |
I've tried to switch to other CDNs, but all available CDNs have their flaws:
|
I'm so sorry, I'll try my best to get this fixed when I get the chance |
Don't worry. The issue is caused by the behavior of existing CDN providers, not by IMHO,
|
https://bundlejs.com/?q=npm%2Flib%2Fcli-entry.js
The error during the bundling:
Where
https://unpkg.com/[email protected]/lib/
returns HTML (404) whilehttps://unpkg.com/[email protected]/lib/index.js
does return JS.Is there any option that enables node-like resolving?
The text was updated successfully, but these errors were encountered: