I have a problem with esbuild. I'm
I have a problem with esbuild. I'm trying to use the unified with remark-parse on server side. It uses nested dependency
decode-named-character-reference which has multiple exports dependent on platform. ESBuild set platform to "browser", which causes push to fail because it tries to bundle index.dom.js instead of index.js.
Is there any way to mitigate that?3 Replies