diff options
author | 2021-09-19 03:43:17 -0700 | |
---|---|---|
committer | 2021-09-19 03:43:17 -0700 | |
commit | 60b5fb95b19b2f96dcfd851663b40e1155c9cc0e (patch) | |
tree | 483c76e2ff7b87e5a1fdf510b1cc577826055df8 /src/cli/build_command.zig | |
parent | 9ae35ec5811f7395f98988ccdcd07395cd731bb0 (diff) | |
download | bun-60b5fb95b19b2f96dcfd851663b40e1155c9cc0e.tar.gz bun-60b5fb95b19b2f96dcfd851663b40e1155c9cc0e.tar.zst bun-60b5fb95b19b2f96dcfd851663b40e1155c9cc0e.zip |
WIP macros
Diffstat (limited to 'src/cli/build_command.zig')
-rw-r--r-- | src/cli/build_command.zig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig index 2a85f48b2..14ab9549d 100644 --- a/src/cli/build_command.zig +++ b/src/cli/build_command.zig @@ -32,13 +32,6 @@ pub const BuildCommand = struct { ctx.args, ); }, - .lazy => { - result = try bundler.ServeBundler.bundle( - ctx.allocator, - ctx.log, - ctx.args, - ); - }, else => { result = try bundler.Bundler.bundle( ctx.allocator, |