Skip to content

Commit c9ac149

Browse files
author
Luca Forstner
committed
Add a lil bit more explanation of what is going on
1 parent efd9179 commit c9ac149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/platforms/javascript/guides/nextjs/manual-setup.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ const moduleExports = {
257257
};
258258
```
259259

260+
Under the hood, the SDK is using a Webpack loader to wrap all your API route handlers and data fetching methods.
261+
260262
### Use `hidden-source-map`
261263

262264
_(New in version 6.17.1, will default to `true` in 8.0.0 and beyond.)_

0 commit comments

Comments
 (0)