From e33f774ba4277e5f42ea84bbeea813d5d02bd458 Mon Sep 17 00:00:00 2001 From: Dobromir Hristov Date: Wed, 29 Mar 2023 21:36:14 +0300 Subject: [PATCH] fix: build process to transpile syntax-nullish-coalescing-operator (#1174), fixes #1172 --- babel.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 6b975d04..7c0865b0 100644 --- a/babel.config.js +++ b/babel.config.js @@ -5,7 +5,8 @@ module.exports = { }] ], plugins: [ - '@babel/plugin-proposal-object-rest-spread' + '@babel/plugin-proposal-object-rest-spread', + '@babel/plugin-proposal-nullish-coalescing-operator' ], comments: false, env: {