aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bundler/bundle_v2.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig
index edbe0eb65..b5a1798b1 100644
--- a/src/bundler/bundle_v2.zig
+++ b/src/bundler/bundle_v2.zig
@@ -1573,6 +1573,7 @@ pub const BundleV2 = struct {
bundler.options.inlining = config.minify.syntax;
bundler.options.source_map = config.source_map;
bundler.resolver.generation = generation;
+ bundler.options.code_splitting = config.code_splitting;
try bundler.configureDefines();
bundler.configureLinker();