summaryrefslogtreecommitdiff
path: root/cli/emit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/emit.rs')
-rw-r--r--cli/emit.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/emit.rs b/cli/emit.rs
index c5562e1d4..809260ac0 100644
--- a/cli/emit.rs
+++ b/cli/emit.rs
@@ -986,8 +986,7 @@ impl Hook for BundleHook {
value: Box::new(ast::Expr::Lit(ast::Lit::Str(ast::Str {
span,
value: module_record.file_name.to_string().into(),
- kind: ast::StrKind::Synthesized,
- has_escape: false,
+ raw: None,
}))),
},
ast::KeyValueProp {