Victor Korzunin

Results 48 comments of Victor Korzunin

Using `browser` or `neutral` will not work, because `esbuild` would not be able to find the built-in node modules in `node_modules`. you must use `node`

> ... This would be simplest to do from js. yes, the `llrt` runtime consumer can workaround it on js side, however, it will lead to making a lot of...

@buresmi7 I was thinking about it and the fact that we have to compile migrations before apply stopped me, I will check the lib and maybe comeup with something, anyway...

sorry for late response (and I don't have any viable excuse for that), it lgtm and I merged it.

Het @svetlasyrimis, thanks for raising it. Does it work in the deployed environment? Could you also try set all nestjs packages as external

I'd also like to improve lifecycle hooks, add new hooks like before/after bundle, before/after package, etc. for ref: https://github.com/floydspace/serverless-esbuild/issues/158

it could be a valuable step toward the serverless-esbuild v2

@nbusser gonna look at it, thank you for raising the bug.

@rad182 could it be that your files are located in a folder synced with iCloud? I once encountered the same issue and it turned out the problem was that iCloud...

I started preparing a [wiki page](https://github.com/floydspace/serverless-esbuild/wiki) and realized that the most common scenarios are well defined in the readme. So we can take basic test cases from there. For instance,...