diff --git a/packages/next/build/webpack-config.ts b/packages/next/build/webpack-config.ts index b07c42e17557..3e0665694117 100644 --- a/packages/next/build/webpack-config.ts +++ b/packages/next/build/webpack-config.ts @@ -419,7 +419,7 @@ export default async function getBaseWebpackConfig( if (!loggedIgnoredCompilerOptions && !useSWCLoader && config.compiler) { Log.info( - '`compiler` options in `next.config.js` will be ignored while using Babel https://next.js.org/docs/messages/ignored-compiler-options' + '`compiler` options in `next.config.js` will be ignored while using Babel https://nextjs.org/docs/messages/ignored-compiler-options' ) loggedIgnoredCompilerOptions = true }