Skip to content

Commit 3850b26

Browse files
committed
format
1 parent 8bf9d83 commit 3850b26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/nextjs/test/config/testUtils.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ export async function materializeFinalWebpackConfig(options: {
7676
releaseName: options.releaseName,
7777
routeManifest: options.routeManifest,
7878
nextJsVersion: options.nextJsVersion,
79-
useRunAfterProductionCompileHook: options.useRunAfterProductionCompileHook ?? options.sentryBuildTimeOptions?._experimental?.useRunAfterProductionCompileHook,
79+
useRunAfterProductionCompileHook:
80+
options.useRunAfterProductionCompileHook ??
81+
options.sentryBuildTimeOptions?._experimental?.useRunAfterProductionCompileHook,
8082
});
8183

8284
// call it to get concrete values for comparison

0 commit comments

Comments
 (0)