mirror of https://github.com/zulip/zulip.git
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:
parent
54595f80cc
commit
3cf7513498
|
@ -15,7 +15,6 @@ module.exports = {
|
|||
"@babel/preset-env",
|
||||
{
|
||||
corejs: "3.39",
|
||||
include: ["transform-optional-chaining"],
|
||||
shippedProposals: true,
|
||||
useBuiltIns: "usage",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue