diff --git a/packages/next/build/webpack-config.ts b/packages/next/build/webpack-config.ts index 83a06739b61cc..615bb7d6fb812 100644 --- a/packages/next/build/webpack-config.ts +++ b/packages/next/build/webpack-config.ts @@ -580,11 +580,6 @@ export default async function getBaseWebpackConfig( 'You are using the experimental Node.js Runtime with `experimental.runtime`.' ) } - if (hasServerComponents) { - Log.warn( - 'You have experimental React Server Components enabled. Continue at your own risk.' - ) - } } const babelConfigFile = await BABEL_CONFIG_FILES.reduce(