aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Dylan Conway <35280289+dylan-conway@users.noreply.github.com> 2023-06-26 19:00:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-26 19:00:55 -0700
commit1ed1723a2f2891ebaf5101c0251f49a16ad3e3a1 (patch)
tree66bc7d8902d6ef5ab67c1148ff9f60ab87b161b4
parent7a0b1656c735ea634a7e27cb6f73254cc4411a91 (diff)
downloadbun-1ed1723a2f2891ebaf5101c0251f49a16ad3e3a1.tar.gz
bun-1ed1723a2f2891ebaf5101c0251f49a16ad3e3a1.tar.zst
bun-1ed1723a2f2891ebaf5101c0251f49a16ad3e3a1.zip
Update bundle_v2.zig (#3420)
-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;