I read this comment https://github.com/nestjs/nest/issues/7021#issuecomment-831799620, which suggests to use a bundler..
can anyone please share some example/relevant docs/any helpful links, about how this might be achieved.
I have read this post in stack overflow https://stackoverflow.com/a/75287028/15710459
but none of the methods seem elegant
Stack Overflow
I am having a problem with importing ESM modules in my project based on Nest.js. As far as I understand, this problem is relevant not just to Nest.js but typescript as well.
I have tried various th...