serverless-webpack

Serverless plugin to bundle your lambdas with Webpack

MIT License

Downloads
1M
Stars
1.7K
Committers
109

Bot releases are visible (Hide)

serverless-webpack - 4.2.0

Published by HyperBrain almost 7 years ago

Release notes

  • Support local file references in package.json #263
  • Updated used tools (dev dependencies)
serverless-webpack - 4.1.0

Published by HyperBrain almost 7 years ago

Release Notes

  • Prohibit manual entry configuration with individual packaging #272
  • Fixed bug with stats in webpack config for individual packaging #278
  • Fixed bug with startup order in combination with serverless-offline #279
  • Default target to "node" if not set #276
  • Support serverless run including watch mode #269
serverless-webpack - 4.0.0

Published by HyperBrain almost 7 years ago

Release notes

  • BREAKING: Expose lifecycle events for plugin authors and use SLS package events #254
  • Fixed deprecated hook warning #126
  • Support forceExclude option for external modules #247
  • Support stats output configuration in webpack config #260
  • Google: Only integrate package.json but not node modules into artifact #264
  • Documentation fixes and updates #265
  • Updated examples #250
serverless-webpack - 3.1.2

Published by HyperBrain about 7 years ago

Release notes

  • Fix issue where dependencies with dots in their names would not be installed #251
serverless-webpack - 3.1.1

Published by HyperBrain about 7 years ago

Release notes

  • Fix issue where locked dependencies (package-lock.json) were ignored #245
  • Updated dependencies and build/test/coverage tools
serverless-webpack - 3.1.0

Published by HyperBrain about 7 years ago

Release notes

  • Allow filesystem polling in watch mode (--webpack-use-polling) #215
  • Allow forced include of not referenced modules #217
  • Automatically include peer dependencies of used modules #223
  • Show explicit message if the provided webpack config can not be loaded #234
  • Improve examples #227
  • Update 3rd party provider compatibility table #221
  • Added automatic Travis and Coveralls builds to increase stability
serverless-webpack - 3.0.0

Published by HyperBrain about 7 years ago

Finally it's here - the new V3

Release Notes

  • Integrate with serverless invoke local #151
  • Support watch mode with serverless invoke local --watch
  • Stabilized and improved the bundling of node modules #116, #117
  • Improved interoperability with Serverless and 3rd party plugins #173
  • Support individual packaging of the functions in a service #120
  • Allow setting stdio max buffers for NPM operations #185
  • Support bundling of node modules via node-externals whitelist #186
  • Removed the webpack serve command in favor of [serverless-offline][link-serverless-offline] #152
  • Updated examples #179
  • Added missing unit tests to improve code stability
  • Fixed unit tests to run on Windows #145
serverless-webpack - 2.2.3

Published by HyperBrain about 7 years ago

Move to serverless-heaven

  • Changed all references in README and package.json to the new home
serverless-webpack - 2.2.2

Published by HyperBrain about 7 years ago

Release Notes

  • Reverted breaking change introduced in default output config #202
serverless-webpack - 3.0.0-rc.2

Published by HyperBrain about 7 years ago

Release Notes

  • Fixed unit tests to run on Windows #145
  • Fixed issue with the elm-loader and shebang-loader #191
  • Restore compatibility with the Google provider plugin #199
  • Fixed issue when referring to the same handler file from multiple functions #195
serverless-webpack - 2.2.1

Published by HyperBrain about 7 years ago

Release Notes

  • Restore functionality for Google provider #193
serverless-webpack - 3.0.0-rc.1

Published by HyperBrain about 7 years ago

This is the first release candidate for v3. Please test it thoroughly.

Special thanks to everyone who jumped into the pit and helped to reveil issues and stabilize the v3 branch 🥇

Release Notes

  • Integrate with serverless invoke local #151
  • Support watch mode with serverless invoke local --watch
  • Stabilized and improved the bundling of node modules #116, #117
  • Improved interoperability with Serverless and 3rd party plugins #173
  • Support individual packaging of the functions in a service #120
  • Allow setting stdio max buffers for NPM operations #185
  • Support bundling of node modules via node-externals whitelist #186
  • Removed the webpack serve command in favor of [serverless-offline][link-serverless-offline] #152
  • Updated examples #179
  • Added missing unit tests to improve code stability
serverless-webpack - 2.2.0

Published by HyperBrain about 7 years ago

Bugfix/Feature release

  • Allow full dynamic configurations #158
  • Fix a bug that prevented the entries lib export to work with TypeScript #165

If you already switched to use lib.entries and use output to define the output filename, you should now add the file extension to the definition:

const slsw = require('serverless-webpack');
...
entry: slsw.lib.entries,
output: {
  ...
  filename: '[name].js'
  ...
}
serverless-webpack - 2.1.0

Published by HyperBrain about 7 years ago

Release Notes

  • Added support for webpack configuration in TypeScript format #129
  • Fixed bug with serverless-offline exec #154
  • Added unit tests for cleanup. Updated test framework #11
  • Support single function deploy and packaging #107
  • Fixed path exception bug with individual packaging and SLS 1.18 #159
serverless-webpack - 2.0.0

Published by HyperBrain over 7 years ago

Introduction

This is the first release after quite some time. It includes improvements and bug fixes that we all waited for (for a long time). Special thanks go to @hassankhan and @StevenACoffman without who continuing and reviving the project would not have been possible. Watch out for further releases which will contain changes that did not make it into this release.

The following issue have been addressed:

  • Support arbitrary Webpack versions as peer dependency #83
  • Support serverless offline start invocation #131
  • Documentation updates #88, #132, #140, #141, #144
  • Print Webpack stats on recompile #127
serverless-webpack - Community update

Published by thenikso almost 8 years ago

Happy holidays everyone! 🎄

This release has been made possible by you all through PRs. Amazing!

  • Compatibility with serverless-offline has been added in #58 by @rvaidya
  • Added support for function and global lever env vars in #65 by @petemill
  • Improvements in local function execution when simulating a lambda proxy in #57 by @stevenyap
Package Rankings
Top 0.95% on Npmjs.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Serverless License NPM Build Status Coverage Status Contributors NPM NPM
Related Projects