aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/feature_flags.zig4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/feature_flags.zig b/src/feature_flags.zig
index 3fdc8cb29..44d901f14 100644
--- a/src/feature_flags.zig
+++ b/src/feature_flags.zig
@@ -31,9 +31,11 @@ pub const verbose_watcher = true;
pub const css_supports_fence = true;
-pub const disable_entry_cache = false;
+pub const enable_entry_cache = true;
pub const enable_bytecode_caching = false;
+pub const watch_directories = false;
+
// This feature flag exists so when you have defines inside package.json, you can use single quotes in nested strings.
pub const allow_json_single_quotes = true;