Results 4 issues of Dhananjoy Biswas

We have hundreds of assets built with esm.build api in production, each of them suddenly started failing ~24h ago with the following error ```js /* esm.sh - error */ throw...

## Failing module - **GitHub**: https://github.com/mdx-editor/editor - **npm**: https://npmjs.com/package/@mdxeditor/editor ```js import "https://esm.sh/@mdxeditor/[email protected]" ``` ## Error message ``` Uncaught TypeError: Import 'https://esm.sh/v135/@mdxeditor/[email protected]/denonext/dist/styles/globals.css.js' failed: 500 Internal Server Error at https://esm.sh/@mdxeditor/[email protected]:2:8 at async...

browser

I am running a self-hosted version of esm, and for certain package(s), I want to build all submodules of a package ahead of time. Is there a way, given a...