Skip to content

Commit

Permalink
Remove outdated warning (vercel#40988)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
timneutkens authored and BowlingX committed Oct 5, 2022
1 parent 3a4db8a commit 9baf31a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/next/build/webpack-config.ts
Expand Up @@ -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(
Expand Down

0 comments on commit 9baf31a

Please sign in to comment.