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 - 5.3.5

Published by j0k3r about 4 years ago

  • Improve runtime validation #629
  • Move ts-node as optional dependency #636
  • Upgrade deps #637
serverless-webpack - 5.3.4

Published by miguel-a-calles-mba about 4 years ago

Release Notes

  • Bump lodash from 4.17.15 to 4.17.19 #597
  • Bump lodash from 4.17.15 to 4.17.19 in /examples/typescript #598
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/multiple-statically-entries #599
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/include-external-npm-packages #600
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel-multiple-statically-entries #601
  • Bump lodash from 4.17.4 to 4.17.19 in /examples/babel #603
  • Ignore more files from NPM #609
  • Update all examples #626
serverless-webpack - 5.3.3

Published by miguel-a-calles-mba about 4 years ago

Release notes

  • default webpackConfig.node should be false #502
  • Fix yarn list --json stdOut parsing. fixes #388 #516
  • Updated release notes #585
  • Updated Node versions in CI #587
  • Remove optional peer dependencies #542
  • Check for node runtimes first #579
  • Bumps lodash from 4.17.15 to 4.17.19 #602
serverless-webpack - 5.3.2

Published by miguel-a-calles-mba over 4 years ago

Release Notes

  • Fix eslint prettier #518
  • Add TypeScript definition #520
  • Project dependencies updated #524
  • fix typescript example lockfile #526
  • Typescript example babel loader #527
  • Bump tar from 2.2.1 to 2.2.2 in /examples/babel #544
  • Bump acorn from 6.3.0 to 6.4.1 in /examples/typescript #562
  • Bump eslint-utils from 1.4.0 to 1.4.3 #567
  • Bump handlebars from 4.1.2 to 4.7.6 #568
  • Addressed npm security vulnerabilities #569
  • Bump https-proxy-agent from 2.2.2 to 2.2.4 #572
  • Bump https-proxy-agent from 2.2.2 to 2.2.4 in /examples/typescript #573
  • Bump extend from 3.0.1 to 3.0.2 in /examples/babel #574
  • Bump stringstream from 0.0.5 to 0.0.6 in /examples/babel #575
  • Bump tough-cookie from 2.3.2 to 2.3.4 in /examples/babel #576
  • Bump sshpk from 1.13.1 to 1.16.1 in /examples/babel #577
  • Bump debug from 2.6.8 to 2.6.9 in /examples/babel #578
serverless-webpack - 5.3.1

Published by HyperBrain over 5 years ago

Release notes

  • Fixed bug that prevented to use handlers using import #505
  • Do not print empty lines in webpack stats #499
  • Added git hooks to improved code quality and developer experience #496
serverless-webpack - 5.3.0

Published by HyperBrain over 5 years ago

Release Notes

  • Restore compatibility with TypeScript #449 #465
  • Allow glob for excludeFiles #471
  • Support Webpack 5 #472
  • Use colored output depending on tty #480
  • Allow to keep webpack folder #453 #467
  • Add ability to exclude files from handler lookup #433
  • Documentation fixes #429

Special thanks to @hassankhan and @designfrontier for the help to get this release out 🥇

serverless-webpack - 5.2.0

Published by HyperBrain over 6 years ago

Release Notes

  • Show info message in verbose mode if aws-sdk has been excluded automatically #393
  • Added support for asynchronous webpack configuration #412
  • Better error message if handlers are not found #418
serverless-webpack - 5.1.5

Published by HyperBrain over 6 years ago

5.1.4 with packaging fix. For release notes see 5.1.4

serverless-webpack - 5.1.4

Published by HyperBrain over 6 years ago

Release Notes

  • Fix support for Yarn resolutions definitions #379
  • Better debugging for "Unable to import module ..." errors: Detect runtime dependencies that are only declared as devDependencies #384
  • Documentation updates #382
serverless-webpack - 5.1.3

Published by HyperBrain over 6 years ago

Release Notes

  • 5.1.3
    • Fixed issue with Yarn and file references as dependencies #370
serverless-webpack - 5.1.2

Published by HyperBrain over 6 years ago

Release Notes

  • Fixed issue that leads to Unexpected end of JSON in projects with lots of dependencies #309,#373
  • Update webpack-4 example with VSCode debugging configuration #365
serverless-webpack - 5.1.1

Published by HyperBrain over 6 years ago

Release Notes

  • Fixed local invoke watch mode not executing changed files #349
  • Added Webpack 4 example #355
  • Documentation updates #354
serverless-webpack - 5.1.0

Published by HyperBrain over 6 years ago

Feature release / Release notes

  • Support Yarn #286
  • Allow local invoke to use existing compiled output #341 #275
  • Support custom packager scripts #343 #342
serverless-webpack - 5.0.0

Published by HyperBrain over 6 years ago

YAY 😄 The next major one!

All projects using serverless-webpack version 4.x and webpack >=3.x should be fully compatible and safe to upgrade. However, the configuration in serverless.yml should be changed to the new configuration layout
(see README) but still keeps working the old way.

Release notes

  • Support Webpack 4 #331 #328
  • BREAKING: Drop support for Webpack 2
  • Allow to check for local invocation in the webpack configuration #232
  • New centralized configuration with fallback to the old one #336
  • Improved unit tests and actual coverage calculation #337
serverless-webpack - 5.0.0-rc.4

Published by HyperBrain over 6 years ago

Very last RC

Dropped unnecessary "webpack" prefix for the includeModules setting under the webpack hive.

serverless-webpack - 5.0.0-rc.3

Published by HyperBrain over 6 years ago

Final prerelease (most likely 😃 )

Switch to new unified configuration (keep old one as fallback/alternative)

serverless-webpack - 5.0.0-rc.2

Published by HyperBrain over 6 years ago

Prerelease

Add slsw.lib.webpack.isLocal to determine local execution in webpack config.

serverless-webpack - 5.0.0-rc.1

Published by HyperBrain over 6 years ago

Prerelease

  • Add support for Webpack 4
  • Drop support for Webpack 2
serverless-webpack - 4.4.0

Published by HyperBrain over 6 years ago

Release notes

  • Support serverless-step-functions-offline #313
  • Fixed webpack documentation links #326
  • Abstracted packager interface #329
serverless-webpack - 4.3.0

Published by HyperBrain over 6 years ago

Release notes

  • Add new webpack:compile:watch:compile event #315
  • Added note to README about using yarn #316
  • Made babel dynamic example the default babel example #253
  • Documentation fixes #317 #321
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