babel: Remove transform-optional-chaining workaround.

This was a workaround for a bug in babel-plugin-rewire-ts, which we’ve
now removed.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-11-11 17:10:16 -08:00 committed by Tim Abbott
parent 54595f80cc
commit 3cf7513498
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ module.exports = {
"@babel/preset-env",
{
corejs: "3.39",
include: ["transform-optional-chaining"],
shippedProposals: true,
useBuiltIns: "usage",
},