mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
committed by
Tim Abbott
parent
54595f80cc
commit
3cf7513498
@@ -15,7 +15,6 @@ module.exports = {
|
||||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.39",
|
||||
include: ["transform-optional-chaining"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user