Remove cache_files since it's not used and causes slower Bun compilation times

This commit is contained in:
Jarred Sumner
2021-09-24 15:23:55 -07:00
parent af306b523b
commit 22837d69b7
8 changed files with 5285 additions and 5388 deletions

View File

@@ -7,7 +7,7 @@ const NodeModuleBundle = @import("../../node_module_bundle.zig").NodeModuleBundl
const logger = @import("../../logger.zig");
const Api = @import("../../api/schema.zig").Api;
const options = @import("../../options.zig");
const Bundler = @import("../../bundler.zig").ServeBundler;
const Bundler = @import("../../bundler.zig").Bundler;
const ServerEntryPoint = @import("../../bundler.zig").ServerEntryPoint;
const js_printer = @import("../../js_printer.zig");
const js_parser = @import("../../js_parser.zig");