serverless-esbuild icon indicating copy to clipboard operation
serverless-esbuild copied to clipboard

💨 A Serverless framework plugin to bundle JavaScript and TypeScript with extremely fast esbuild

Results 116 serverless-esbuild issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I want to use an AWS layer to store all my `node_modules` dependencies. Thus, following the documentation of esbuild serverless plugin, I set `exclude` option to `'*'`...

bug

**Describe the bug** When adding the serverless-esbuild plugin, it always builds and does not take into account s3 buckets that are added as artifacts. It overrides any artifacts that are...

bug

**Describe the bug** Running `sls offline` with a `serverless.yml` containing ```yml custom: plugins: - serverless-esbuild - serverless-offline #esbuild: no extra esbuild setting functions: testFn: handler: src/endpoints/index.handler events: - http: method:...

bug

Hey, This PR enables the `package.pattern` to behave such that the user has the final say over what files are packaged. Currently a list of predefined files are always excluded...

**Describe the bug** This plugin requires Node 16 after 1.32.9, but it wasn't a major or even minor version number increase. Seems risky to change the runtime environment with much...

bug

**Describe the bug** I'm running with serverless-offline but when I save in my vscode it automatically rebuilds without any code change. I do have a habit spamming save shortcut key...

bug

I have a aws lambda function written in typescript. I have a set of templates within `src/templates/*.hbs`. (note they are .hbs files as i am using handlebars) When i invoke...

**Describe the bug** When attempting to use any esbuild plugin, the following error occurs: ```node_modules/esbuild/lib/main.js:786:16: ERROR: [plugin: plugin:copy] Plugin is missing a setup function``` **To Reproduce** This error occurs with...

bug

**Describe the bug** When Serverless local invoked on Docker, esbuild plugin fails with the following error: ``` TypeError: Cannot destructure property 'result' of 'this.buildCache[entry]' as it is undefined. at bundleMapper...

bug

**Describe the bug** I'm looking at integrating `esbuild-node-externals` to handle the modules installed. Unfortunately I'm getting this error with no understanding of what's causing it: `error yarn install --frozen-lockfile --non-interactive...

bug