Skip to content

Commit 4b004de

Browse files
fix: mention middleware option default in docstring (#240)
Co-authored-by: Jake Champion <[email protected]>
1 parent c0be696 commit 4b004de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { fromWebResponse, toWebRequest } from './lib/reqres.js'
99
export interface NetlifyPluginOptions extends Features {
1010
/**
1111
* Attach a Vite middleware that intercepts requests and handles them in the
12-
* same way as the Netlify production environment.
12+
* same way as the Netlify production environment (default: true).
1313
*/
1414
middleware?: boolean
1515
}

0 commit comments

Comments
 (0)