aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bundler/bundle_v2.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundler/bundle_v2.zig b/src/bundler/bundle_v2.zig
index 231a4bde8..aa7c40599 100644
--- a/src/bundler/bundle_v2.zig
+++ b/src/bundler/bundle_v2.zig
@@ -1617,8 +1617,8 @@ pub const BundleV2 = struct {
bundler.resolver.generation = generation;
bundler.options.code_splitting = config.code_splitting;
- try bundler.configureDefines();
bundler.configureLinker();
+ try bundler.configureDefines();
bundler.resolver.opts = bundler.options;