Skip to content

Commit

Permalink
docs(README): Add serverless-preval example (#22)
Browse files Browse the repository at this point in the history
How to use the plugin on a serverless project with webpack for bundling
  • Loading branch information
geovanisouza92 authored and Kent C. Dodds committed Jul 17, 2017
1 parent 9435d69 commit 4d5ba72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ const one = preval`module.exports = 1 + 2 - 1 - 1`
`svg` file as a string, `base64` encode it, and use it as a `background-url`
for an input element.
- [Generate documentation for React components](https://gist.github.com/souporserious/575609dc5a5d52e167dd2236079eccc0)
- [Serverless with webpack](https://github.com/geovanisouza92/serverless-preval) build serverless functions using webpack and Babel for development and production with preval to replace (possible sensible) content in code.

## FAQ

Expand Down

0 comments on commit 4d5ba72

Please sign in to comment.