diff options
author | 2021-08-14 02:39:44 -0700 | |
---|---|---|
committer | 2021-08-14 02:39:44 -0700 | |
commit | 16c76743048ef905269e2711cb0148ecc4e57f3f (patch) | |
tree | a8fb11b55767945a47e92120179f2f762b1f8e99 /src/feature_flags.zig | |
parent | f59892f647ceef1c05e40c9cdef4f79d0a530c2f (diff) | |
download | bun-16c76743048ef905269e2711cb0148ecc4e57f3f.tar.gz bun-16c76743048ef905269e2711cb0148ecc4e57f3f.tar.zst bun-16c76743048ef905269e2711cb0148ecc4e57f3f.zip |
lots
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8
Diffstat (limited to 'src/feature_flags.zig')
-rw-r--r-- | src/feature_flags.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/feature_flags.zig b/src/feature_flags.zig index f2fa69884..3cbd5787a 100644 --- a/src/feature_flags.zig +++ b/src/feature_flags.zig @@ -34,6 +34,7 @@ pub const css_supports_fence = true; pub const disable_entry_cache = false; pub const enable_bytecode_caching = false; +pub const react_specific_warnings = true; // Disabled due to concurrency bug I don't have time to fix right now. // I suspect it's like 3 undefined memory issues. // This was the command I ran to reproduce it: |