serverless-webpack
serverless-webpack copied to clipboard
Serverless plugin to bundle your lambdas with Webpack
# 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...
# 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...
# 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...
# 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...
# 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...
# 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...
# 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:...