Skip to content

Commit 1db1230

Browse files
committed
fixup! Turbopack: support config.turbopack and deprecate config.experimental.turbopack.
1 parent cb312c7 commit 1db1230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next/src/server/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ export default async function loadConfig(
12811281
}
12821282

12831283
if (userConfig.experimental?.turbo) {
1284-
Log.warnOnce(
1284+
curLog.warn(
12851285
'The next config property `experimental.turbo` is deprecated as Turbopack has been stabilized. Please move this configuration to `config.turbopack`.'
12861286
)
12871287

0 commit comments

Comments
 (0)