Skip to content

Commit 79248f1

Browse files
committed
Fix
1 parent 34eaf7c commit 79248f1

File tree

1 file changed

+1
-0
lines changed
  • packages/next/src/build/turbopack-build

1 file changed

+1
-0
lines changed

packages/next/src/build/turbopack-build/impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { hasCustomExportOutput } from '../../export/utils'
2020
import { Telemetry } from '../../telemetry/storage'
2121
import { setGlobal } from '../../trace'
2222
import { isCI } from '../../server/ci-info'
23+
import { backgroundLogCompilationEvents } from '../../shared/lib/turbopack/compilation-events'
2324
import { getSupportedBrowsers } from '../utils'
2425

2526
export async function turbopackBuild(): Promise<{

0 commit comments

Comments
 (0)