diff options
Diffstat (limited to 'src/cli/build_command.zig')
-rw-r--r-- | src/cli/build_command.zig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig index b16cb7bc9..aa4ee211f 100644 --- a/src/cli/build_command.zig +++ b/src/cli/build_command.zig @@ -120,11 +120,9 @@ pub const BuildCommand = struct { break :brk result.output_files; } - break :brk (BundleV2.generate( + break :brk (BundleV2.generateFromCLI( &this_bundler, allocator, - &estimated_input_lines_of_code_, - ctx.debug.package_bundle_map, bun.JSC.AnyEventLoop.init(ctx.allocator), std.crypto.random.int(u64), ctx.debug.hot_reload == .watch, |