Skip to content

Commit 773c134

Browse files
author
Frank Schmid
committed
Updated package.json and README
1 parent 891a6b3 commit 773c134

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ and much more!
2424
individually, resulting in smaller Lambda packages that contain only the code and
2525
dependencies needed to run the function. This allows the plugin to fully utilize
2626
WebPack's [Tree-Shaking][link-webpack-tree] optimization.
27+
* Webpack version 3 and 4 support
2728

2829
## Recent improvements and important changes
2930

30-
* Restrict webpack peer dependency version to `< 4`. Compatibility with webpack 4 will be
31-
added with the next major release (5.0.0).
32-
* Support for [serverless-step-functions-offline][link-step-functions-offline]
31+
* Webpack 2 support has been dropped in favor of Webpack 4
32+
* This 5.0.0 prerelease is based on the current 4.4.0
3333

3434
For the complete release notes see the end of this document.
3535

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "4.4.0",
3+
"version": "5.0.0-rc.1",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",

0 commit comments

Comments
 (0)