Skip to content

Commit

Permalink
chore: mark ssrTransform as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored Dec 7, 2021
1 parent 05c8d0e commit 2fe08b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export interface ViteDevServer {
): Promise<ESBuildTransformResult>
/**
* Transform module code into SSR format.
* @experimental
*/
ssrTransform(
code: string,
Expand Down

0 comments on commit 2fe08b9

Please sign in to comment.