diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig index 1a459e6b5e..1273c75e3e 100644 --- a/src/bundler/bundle_v2.zig +++ b/src/bundler/bundle_v2.zig @@ -3527,7 +3527,7 @@ pub const ParseTask = struct { const parse_task = ParseTask{ .ctx = undefined, - .path = Fs.Path.initWithNamespace(std.fmt.comptimePrint("runtime-{s}", .{@tagName(target)}), "bun:runtime"), + .path = Fs.Path.initWithNamespace("runtime", "bun:runtime"), .side_effects = .no_side_effects__pure_data, .jsx = .{ .parse = false,