We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
middleware
1 parent c0be696 commit 4b004deCopy full SHA for 4b004de
packages/vite-plugin/src/main.ts
@@ -9,7 +9,7 @@ import { fromWebResponse, toWebRequest } from './lib/reqres.js'
9
export interface NetlifyPluginOptions extends Features {
10
/**
11
* Attach a Vite middleware that intercepts requests and handles them in the
12
- * same way as the Netlify production environment.
+ * same way as the Netlify production environment (default: true).
13
*/
14
middleware?: boolean
15
}
0 commit comments