module.exports = { plugins: [ "@babel/plugin-syntax-optional-chaining", "@babel/plugin-syntax-nullish-coalescing-operator", ], };