From 2b1ebd5250dc56c72ce67a8c2ec57fb641d57def Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Sun, 2 Jul 2017 16:00:23 +0100 Subject: [PATCH] Add a note about breaking change in v2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 379fad036..992ef69bc 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This plugin is for you if you want to use the latest Javascript version with [Ba use custom [resource loaders](https://webpack.github.io/docs/loaders.html); try your lambda functions locally and much more! +> **BREAKING CHANGE IN v2**: `webpack` must now be installed alongside `serverless-webpack` as a peer dependency. This allows more control over which version of Webpack to run. + ## Install ```