From 81bac5a6bb7613a289003b1789e79f856aa089d7 Mon Sep 17 00:00:00 2001 From: Kyle Gach Date: Wed, 28 Aug 2024 09:56:54 -0600 Subject: [PATCH] Clarify requirements of Next.js with Vite --- docs/get-started/frameworks/nextjs.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/get-started/frameworks/nextjs.mdx b/docs/get-started/frameworks/nextjs.mdx index 5a1efc07fc29..597522f03020 100644 --- a/docs/get-started/frameworks/nextjs.mdx +++ b/docs/get-started/frameworks/nextjs.mdx @@ -88,6 +88,10 @@ Storybook for Next.js is a [framework](../../contribute/framework.mdx) that make You can use our freshly baked, experimental `@storybook/experimental-nextjs-vite` framework, which is based on Vite and removes the need for Webpack and Babel. It supports all of the features documented here. + + Using the Next.js framework with Vite requires Next.js 14.1.0 or later. + + {/* prettier-ignore-start */}