https://bundlejs.com/?q=npm%2Flib%2Fcli-entry.js
The error during the bundling:
http-url:https://unpkg.com/[email protected]/lib/:1:1
Where https://unpkg.com/[email protected]/lib/ returns HTML (404) while https://unpkg.com/[email protected]/lib/index.js does return JS.
Is there any option that enables node-like resolving?