Skip to content

Commit

Permalink
Typo in URL removed (#35472)
Browse files Browse the repository at this point in the history
  • Loading branch information
xairoo committed Mar 20, 2022
1 parent 6f24c20 commit 2ecfa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/webpack-config.ts
Expand Up @@ -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
}
Expand Down

0 comments on commit 2ecfa6a

Please sign in to comment.