Skip to content

Commit 9b58239

Browse files
Skn0ttLekoArts
andauthored
Update packages/runtime/src/helpers/flags.ts
Co-authored-by: Lennart <lekoarts@gmail.com>
1 parent efa9787 commit 9b58239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const splitApiRoutes = (featureFlags: Record<string, unknown>, publish: s
2222

2323
if (isEnabled && !existsSync(join(publish, 'next-server.js.nft.json'))) {
2424
console.warn(
25-
'Trace-based bundling not possible on this version of Next.js. Speed up your builds significantly by upgrading to Next.js v12.',
25+
'Trace-based bundling not possible on this version of Next.js. Speed up your builds significantly by upgrading to Next.js v12 or newer.',
2626
)
2727
return false
2828
}

0 commit comments

Comments
 (0)