Skip to content

Commit

Permalink
Merge branch 'canary' into x-experimental-content-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
devknoll committed Nov 7, 2021
2 parents 8319171 + f8e6661 commit 198c402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/webpack-config.ts
Expand Up @@ -452,7 +452,7 @@ export default async function getBaseWebpackConfig(
let useSWCLoader = !babelConfigFile

if (!loggedSwcDisabled && !useSWCLoader && babelConfigFile) {
Log.warn(
Log.info(
`Disabled SWC as replacement for Babel because of custom Babel configuration "${path.relative(
dir,
babelConfigFile
Expand Down

0 comments on commit 198c402

Please sign in to comment.