We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eaf7c commit 79248f1Copy full SHA for 79248f1
packages/next/src/build/turbopack-build/impl.ts
@@ -20,6 +20,7 @@ import { hasCustomExportOutput } from '../../export/utils'
20
import { Telemetry } from '../../telemetry/storage'
21
import { setGlobal } from '../../trace'
22
import { isCI } from '../../server/ci-info'
23
+import { backgroundLogCompilationEvents } from '../../shared/lib/turbopack/compilation-events'
24
import { getSupportedBrowsers } from '../utils'
25
26
export async function turbopackBuild(): Promise<{
0 commit comments