diff options
Diffstat (limited to 'src/options.zig')
-rw-r--r-- | src/options.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.zig b/src/options.zig index e4b423098..99a82c7cb 100644 --- a/src/options.zig +++ b/src/options.zig @@ -1120,6 +1120,8 @@ pub const BundleOptions = struct { auto_import_jsx: bool = true, allow_runtime: bool = true, + trim_unused_imports: ?bool = null, + hot_module_reloading: bool = false, inject: ?[]string = null, origin: URL = URL{}, |