diff options
author | 2021-09-24 15:23:55 -0700 | |
---|---|---|
committer | 2021-09-24 15:23:55 -0700 | |
commit | 22837d69b72ff75bc5fcf932ab45f68e62cd0f96 (patch) | |
tree | c949aeb9510fcea3f9e3dc51cdc44c76eb8990be /src/cli/build_command.zig | |
parent | af306b523b4a16cc6f672f3def61382919dc2884 (diff) | |
download | bun-22837d69b72ff75bc5fcf932ab45f68e62cd0f96.tar.gz bun-22837d69b72ff75bc5fcf932ab45f68e62cd0f96.tar.zst bun-22837d69b72ff75bc5fcf932ab45f68e62cd0f96.zip |
Remove `cache_files` since it's not used and causes slower Bun compilation times
Diffstat (limited to 'src/cli/build_command.zig')
-rw-r--r-- | src/cli/build_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/build_command.zig b/src/cli/build_command.zig index 2a85f48b2..ed81e3572 100644 --- a/src/cli/build_command.zig +++ b/src/cli/build_command.zig @@ -33,7 +33,7 @@ pub const BuildCommand = struct { ); }, .lazy => { - result = try bundler.ServeBundler.bundle( + result = try bundler.Bundler.bundle( ctx.allocator, ctx.log, ctx.args, |