npm serverless-webpack 2.2.0

latest releases: 5.13.0, 5.12.0, 5.11.0...
6 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'
  ...
}

Don't miss a new serverless-webpack release

NewReleases is sending notifications on new releases.