serverless-webpack
serverless-webpack copied to clipboard
Serverless plugin to bundle your lambdas with Webpack
# This is a Bug Report ## Description ### What went wrong? I am using the `puppeteer` package, and it creates inside a `.local-chromium` folder during package installation. This package...
# This is a Warning Report. ## Description I am getting this warning when deploying the serverless app. CLI options definitions were upgraded with "type" property (which could be one...
# This is a Bug Report ## Description I'm in the process of trying to upgrade `serverless-webpack` version from `2.2.3`, where I do not experience the following issue. Our serverless...
I have the following: ``` . ├── blankModule │ ├── blank.js │ └── package.json ├── jest.config.js ├── node_modules ├── package.json ├── src ├── webpack.config.js └── yarn.lock // package.json { //...
# This is a (Bug Report) ## Description For bug reports: * What went wrong? I'm using serverless-webpack with a project that uses a lambda layer made with typescript for...
# This is a Bug Report ## Description For bug reports: * What went wrong? A misleading error message is being shown when there is an error in the TypeScript...
## Description I've followed the webpack4 example to setup the config: https://github.com/serverless-heaven/serverless-webpack/tree/master/examples/babel-webpack-4 As I got the error "cannot find module source-map-support/register" ,I've looked into the already created issues on this...
# Bug report **What is the current behavior?** I'm using webpack (watch mode enabled) along with serverless framework and serverless-offline, serverless-webpack plugins Runtime Nodejs w/ Typescript. **If the current behavior...
pnpm support
# This is a Feature Proposal ## Description Currently npm and yarn are supported, but pnpm is not. For feature proposals: * What is the use case that should be...
Looks like there is an issue with the `noInstall` options (from #987 & #1003). I've tested locally and it does work. I mean, the `yarn install` isn't launched so it's...