aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli/build_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig
index 826eca9a1..db944e22c 100644
--- a/src/cli/build_command.zig
+++ b/src/cli/build_command.zig
@@ -273,7 +273,7 @@ pub const BuildCommand = struct {
}
if (ctx.bundler_options.compile) {
- try bun.StandaloneModuleGraph.toExecutable(allocator, output_files, root_dir, ctx.bundler_options.outfile);
+ // try bun.StandaloneModuleGraph.toExecutable(allocator, output_files, root_dir, ctx.bundler_options.outfile);
break :dump;
}