Hi, I was looking at how reactjs.org is handling mdx files. While it appears like they don't support imports/exports from within the MDX file, they do have a nice feature of caching the compiled file. Is it possible to cache the esbuild bundles, or are you already doing this? For me, in development mode, it seems like it takes a couple minutes for things to get "heated up" and render the first couple mdx pages.
Hi, I was looking at how reactjs.org is handling mdx files. While it appears like they don't support imports/exports from within the MDX file, they do have a nice feature of caching the compiled file. Is it possible to cache the esbuild bundles, or are you already doing this? For me, in development mode, it seems like it takes a couple minutes for things to get "heated up" and render the first couple mdx pages.