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: docs/docs/reference/functions/getting-started.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ export default function handler(
64
64
65
65
Query strings and common body content types are automatically parsed and available at `req.query` and `req.body`
66
66
67
-
Read more about [supported data formats](/docs/reference/functions/middleware-and-helpers).
67
+
Read more about [supported data formats](/docs/reference/functions/middleware-and-helpers) for information about support for Buffer and Stream via a custom `config`.
@@ -213,4 +213,5 @@ Shadowing with functions works similar to how shadowing works in general. You ca
213
213
214
214
## Limitations
215
215
216
-
- Bundling in native dependencies is not supported at the moment
216
+
- Bundling in native dependencies is not supported at the moment.
217
+
- Creating your own custom bundler (webpack/parcel) config is not supported at the moment. You can however pre-bundle by using a "prebuild" `package.json` script command to accomplish custom configuration.
0 commit comments