Andre Susanto
Andre Susanto
I'm also facing the same issue. I'm guessing the problem is affecting all people that have their application built as esm (for example in my case, I'm using `esbuild`). But...
> @andresusanto I don't see any issue to remove the file extensions, it's a serverside module https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import I'm not quite sure what you meant by "serverside module", but perhaps check...
thanks @ivome, I've confirmed that earlier v14 versions don't have the `.mjs`, but since `14.6` they all do, so I'll raise PR for this.