Skip to content

Commit

Permalink
Use MD links for issues and pull request references
Browse files Browse the repository at this point in the history
Added #144

Added #132

Added #141

Added #140 and #131

Added release notes
  • Loading branch information
Frank Schmid committed Jul 4, 2017
1 parent f215f49 commit c94cf34
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ Options are:

### Using with serverless-offline and serverless-webpack plugin

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.
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.

Add plugins to your `serverless.yml` file:
```yaml
plugins:
Expand Down Expand Up @@ -207,6 +207,14 @@ plugin with Babel. To try it, from inside the example folder:
- `npm install` to install dependencies
- `serverless webpack run -f hello` to run the example function

## Release Notes

* 2.0.0
* Support arbitrary Webpack versions as peer dependency [#83][link-83]
* Support `serverless offline start` invocation [#131][link-131]
* Documentation updates [#88][link-88], [#132][link-132], [#140][link-140], [#141][link-141], [#144][link-144]
* Print Webpack stats on recompile [#127][link-127]

[ico-serverless]: http://public.serverless.com/badges/v3.svg
[ico-circleci]: https://img.shields.io/circleci/project/github/elastic-coders/serverless-webpack.svg
[ico-npm]: https://img.shields.io/npm/v/serverless-webpack.svg
Expand All @@ -223,3 +231,14 @@ plugin with Babel. To try it, from inside the example folder:
[link-webpack-libtarget]: https://webpack.github.io/docs/configuration.html#output-librarytarget
[link-webpack-externals]: https://webpack.github.io/docs/configuration.html#externals
[link-examples]: ./examples

[comment]: # (Referenced issues)

[link-83]: https://github.com/elastic-coders/serverless-webpack/pull/83
[link-88]: https://github.com/elastic-coders/serverless-webpack/pull/88
[link-127]: https://github.com/elastic-coders/serverless-webpack/pull/127
[link-131]: https://github.com/elastic-coders/serverless-webpack/pull/131
[link-132]: https://github.com/elastic-coders/serverless-webpack/pull/132
[link-140]: https://github.com/elastic-coders/serverless-webpack/pull/140
[link-141]: https://github.com/elastic-coders/serverless-webpack/issues/141
[link-144]: https://github.com/elastic-coders/serverless-webpack/issues/144

0 comments on commit c94cf34

Please sign in to comment.