I have a problem with esbuild. I'm
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?
