diff options
-rw-r--r-- | src/bundler/bundle_v2.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig index bb6ac6d8a..dae63a60f 100644 --- a/src/bundler/bundle_v2.zig +++ b/src/bundler/bundle_v2.zig @@ -360,7 +360,7 @@ pub const BundleV2 = struct { redirect_map: PathToSourceIndexMap, dynamic_import_entry_points: *std.AutoArrayHashMap(Index.Int, void), - const MAX_REDIRECTS: usize = 20; + const MAX_REDIRECTS: usize = 64; // Find all files reachable from all entry points. This order should be // deterministic given that the entry point order is deterministic, since the |