From 78dc469864eb8cfa20b3be68ec9aef24f646a57e Mon Sep 17 00:00:00 2001 From: Xairoo Date: Sun, 20 Mar 2022 20:27:06 +0100 Subject: [PATCH] Typo in URL removed --- packages/next/build/webpack-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }