aboutsummaryrefslogtreecommitdiff
path: root/src/cli/build_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/build_command.zig')
-rw-r--r--src/cli/build_command.zig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig
index b8be52118..eb2bb3141 100644
--- a/src/cli/build_command.zig
+++ b/src/cli/build_command.zig
@@ -34,13 +34,6 @@ pub const BuildCommand = struct {
pub fn exec(ctx: Command.Context) !void {
var result: options.TransformResult = undefined;
switch (ctx.args.resolve orelse Api.ResolveMode.dev) {
- Api.ResolveMode.disable => {
- result = try bundler.Transformer.transform(
- ctx.allocator,
- ctx.log,
- ctx.args,
- );
- },
.lazy => {
result = try bundler.Bundler.bundle(
ctx.allocator,