Serverless-bundle: package Node.js Lambda functions without any configuration

We open sourced a key part of the internal development workflow at Seed.

The serverless-bundle plugin encapsulates the necessary packages and configs with sensible defaults, and you don’t have to include and manage them.

-    "eslint"
-    "webpack"
-    "@babel/core"
-    "babel-eslint"
-    "babel-loader"
-    "eslint-loader"
-    "@babel/runtime"
-    "@babel/preset-env"
-    "serverless-webpack"
-    "source-map-support"
-    "webpack-node-externals"
-    "eslint-config-strongloop"
-    "@babel/plugin-transform-runtime"
-    "babel-plugin-source-map-support"

+    "serverless-bundle": "^1.2.2"

We wrote about it here: