mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
keep runtime path named runtime and not runtime-{.target}
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user