Skip to content

Commit f7e8685

Browse files
committed
chore: ignore profiling mismatch
1 parent 53130db commit f7e8685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/repack/src/commands/rspack/profile.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export async function applyProfile(
6161
await ensureFileDir(traceOutput);
6262
await rspack.experiments.globalTrace.register(
6363
filter,
64+
// @ts-expect-error: chrome was dropped in favor of perfetto, needs revisiting
6465
traceLayer,
6566
traceOutput
6667
);

0 commit comments

Comments
 (0)