You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+21-2
Original file line number
Diff line number
Diff line change
@@ -177,8 +177,8 @@ Options are:
177
177
178
178
### Using with serverless-offline and serverless-webpack plugin
179
179
180
-
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both resources.
181
-
180
+
Run `serverless offline start`. In comparison with `serverless offline`, the `start` command will fire an `init` and a `end` lifecycle hook which is needed for serverless-offline and serverless-dynamodb-local to switch off both resources.
181
+
182
182
Add plugins to your `serverless.yml` file:
183
183
```yaml
184
184
plugins:
@@ -207,6 +207,14 @@ plugin with Babel. To try it, from inside the example folder:
207
207
- `npm install`to install dependencies
208
208
- `serverless webpack run -f hello`to run the example function
209
209
210
+
## Release Notes
211
+
212
+
* 2.0.0
213
+
* Support arbitrary Webpack versions as peer dependency [#83][link-83]
214
+
* Support `serverless offline start` invocation [#131][link-131]
0 commit comments