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
+5
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ There are additional options, introduced later:
34
34
-h --help
35
35
-c --config
36
36
-p --port
37
+
-s --static
37
38
```
38
39
39
40
### Proxying for local development
@@ -76,6 +77,10 @@ The default webpack configuration uses `babel-loader` with a [few basic settings
76
77
77
78
However, if any `.babelrc` is found in the directory `netlify-lambda` is run from, it will be used instead of the default one.
78
79
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).
0 commit comments