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

# This is a Question / Clarification ## Description How do you use this within a Monorepo. Ideally you would define a single webpack.config.js and .babelrc file, and no matter...

question
documentation

# This is a Bug Report ## Description I'm using multiples entries in my Webpack config (as described [here](https://webpack.js.org/configuration/configuration-types/#exporting-multiple-configurations)). Everything works fine using `serverless offline start` to develop locally. However,...

## Problem There serverless-webpack plugin requires some manual work for things that could be automatic for an NodeJS runtime environment (using OpenWhisk myself, but I guess that's true for all...

feature

# This is a Bug Report: ## Description For bug reports: * What went wrong? When my index.html tries to load the bundle with a tag, the browser's console logs...

I am using serverless webpack with google as the provider I want to be able to test the function out locally But when i run ``` serverless invoke local -f...

provider/google

# This is a Bug Report I ran into a strange issue trying to use serverless-webpack on my project and in the process of troubleshooting, tried running the TS example...

# This is a Bug Report * What went wrong? When using node_externals with a whitelisted module that needs to be bundled (because it uses es modules), serverless-webpack cant determine...

bug

# This is a Bug Report ## Description I have the following `serverless.yml`: ```yml # NOTE: update this with your service name service: lanti-serverless-stack-api frameworkVersion: "=1.27.1" # Use the serverless-webpack...

bug

# This is a Question ## Description When using this plugin with Serverless offline, it transpiles as expected but is it possible to trigger a retranspile when a change is...

awaiting reply

# This is a Bug Report ## Description Using `individually: true` in function definition is ignored. According to serverless docs, you can add `individually` flag on per-function basis. ```yml functions:...

question