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

Serverless plugin to bundle your lambdas with Webpack

Results 137 serverless-webpack issues
Sort by recently updated
recently updated
newest added

I have a serverless project, which I can deploy on one machine. When I try to deploy it on another machine, I get the following error. Both are Windows 10...

awaiting reply

# This is a Feature Proposal ## Description It would be very effective if `serverless-webpack` respected the Webpack configuration for `watch`, this would make it not only consistent but easy...

# Add support for `Yarn 2.*` ## Description For bug reports: * What went wrong? Running `sls package` with yarn 2.22.2 results in error: ``` Error: yarn install --frozen-lockfile --non-interactive...

# This is a (Bug Report / Feature Proposal) (maybe both?) ## Description I use `serverless-webpack` in a monorepo with several services. My structure is something like this: ``` ├──...

packager/yarn

I had trouble running the yarn format. Basically make sure to print console output for the packagerOptions yarn command to the calling console.

awaiting reply

# This is a (Bug Report / Feature Proposal) Bug Report ## Description I'm using AWS as a cloud provider. I created a serverless project with the NodeJS Typescript template...

help wanted

Bring the logic from [Serverless](https://github.com/serverless/serverless/tree/79b5b5e8a91f95f82140c77c113504c7b095507c/test/integrationPackage). For now there are only two tests: - packaging a simple application with one deps (and little config) - packaging a simple application with one...

What did you implement: Closes #[324](https://github.com/serverless-heaven/serverless-webpack/issues/324) Currently if you use the auto detection feature (i.e. entry: slsw.lib.entries ), and your handler function paths point to a parent directory, the plugin...

awaiting reply

## What did you implement: Implemented the fix for providing a way to provide the multiple webpack compile configuration in webpack configuration file. The sample config can be seen as...

awaiting reply

# Proposal: Update docs about Webpack setting/overwriting process.env.NODE_ENV. ## Description Currently, [the example](https://github.com/serverless-heaven/serverless-webpack#islocal) for setting `mode` in the Webpack config does not mention that setting `mode` (e.g. using `slsw.lib.webpack.isLocal`) will...