From 43dfc501793f07643697a171b6dbf229853fbffa Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 28 Sep 2022 14:26:52 +0200 Subject: [PATCH] Remove outdated warning (#40988) Cleans up a leftover warning as it's no longer relevant to be shown at this particular spot. ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) --- packages/next/build/webpack-config.ts | 5 ----- 1 file changed, 5 deletions(-) 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(