From 3cf7513498678316d7f088aedd519fc03121ba7e Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 11 Nov 2024 17:10:16 -0800 Subject: [PATCH] babel: Remove transform-optional-chaining workaround. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was a workaround for a bug in babel-plugin-rewire-ts, which we’ve now removed. Signed-off-by: Anders Kaseorg --- web/babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/babel.config.js b/web/babel.config.js index e0bc155efc..cb8d5d340a 100644 --- a/web/babel.config.js +++ b/web/babel.config.js @@ -15,7 +15,6 @@ module.exports = { "@babel/preset-env", { corejs: "3.39", - include: ["transform-optional-chaining"], shippedProposals: true, useBuiltIns: "usage", },