aboutsummaryrefslogtreecommitdiff
path: root/src/bundler.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundler.zig')
-rw-r--r--src/bundler.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bundler.zig b/src/bundler.zig
index cf0e0a4f8..479843bcd 100644
--- a/src/bundler.zig
+++ b/src/bundler.zig
@@ -1106,6 +1106,7 @@ pub const Bundler = struct {
.minify_syntax = bundler.options.minify_syntax,
.minify_identifiers = bundler.options.minify_identifiers,
.transform_only = bundler.options.transform_only,
+ .import_meta_ref = ast.import_meta_ref,
},
enable_source_map,
),
@@ -1129,6 +1130,7 @@ pub const Bundler = struct {
.transform_only = bundler.options.transform_only,
.module_type = if (ast.exports_kind == .cjs) .cjs else .esm,
.inline_require_and_import_errors = false,
+ .import_meta_ref = ast.import_meta_ref,
},
enable_source_map,
),