Skip to content

Commit

Permalink
not bundled and not imported!
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored and ematipico committed Aug 21, 2023
1 parent 0781535 commit f0f8a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/reference/adapter-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ The `entryFile` is of type `URL` and represents the physical path of the file in

Defines whether any SSR middleware code will be bundled when built.

When enabled, middleware code is not bundled and imported by all pages during the build:
When enabled, this prevents middleware code from being bundled and imported by all pages during the build:

```js title="my-adapter.mjs" ins={9-11}
export default function createIntegration() {
Expand Down

0 comments on commit f0f8a51

Please sign in to comment.