Skip to content

Commit 6957876

Browse files
authored
document --static
1 parent 85f2662 commit 6957876

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ There are additional options, introduced later:
3434
-h --help
3535
-c --config
3636
-p --port
37+
-s --static
3738
```
3839

3940
### Proxying for local development
@@ -76,6 +77,10 @@ The default webpack configuration uses `babel-loader` with a [few basic settings
7677

7778
However, if any `.babelrc` is found in the directory `netlify-lambda` is run from, it will be used instead of the default one.
7879

80+
### --static option
81+
82+
If you need an escape hatch and are building your lambda in some way that is incompatible with our build process, you can skip the build with the `-s` or `--static` flag. [More info here](https://github.com/netlify/netlify-lambda/pull/62).
83+
7984
## License
8085

8186
[MIT](LICENSE)

0 commit comments

Comments
 (0)