Artur Upton Renault

Results 6 comments of Artur Upton Renault

Any updates here? This breaks my use case too.

> @russell-dot-js I think we need your input here. In #913, do you want to pack the `node_modules` from project root instead of the throw-away directory at `.webpack/node_modules`? Coming in...

Waking up this issue again... I've done what the previous comment suggested, but unfortunately esbuild-loader doesn't really do anything to address the slowness of copying external modules sequentially. My builds...

From the minimal repro: https://github.com/arturenault/serverless-esbuild-transitive-dep-repro/blob/main/packages/service/serverless.yml https://github.com/arturenault/serverless-esbuild-transitive-dep-repro/blob/main/packages/service/esbuild.config.js

Hi, what's holding back this issue's PR from getting merged? My team has to log in every hour despite my session length being 12 hours. This is quite frustrating

Hi - I'm working on this project with @Udbhav8. - We are using ES Modules - Here's out tsconfig.json: ``` { "compilerOptions": { "lib": ["es2023", "dom"], "module": "esnext", "target": "es2022",...