Skip to content

Commit 3e8c33d

Browse files
authored
Merge pull request #140 from hassankhan/add-webpack-peerdep-docs
Add a note about breaking change in v2. Fixes #138
2 parents c72c3c5 + 2b1ebd5 commit 3e8c33d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This plugin is for you if you want to use the latest Javascript version with [Ba
99
use custom [resource loaders](https://webpack.github.io/docs/loaders.html);
1010
try your lambda functions locally and much more!
1111

12+
> **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.
13+
1214
## Install
1315

1416
```

0 commit comments

Comments
 (0)