{ "presets": [ [ "@babel/env", { "useBuiltIns": false, "targets": { "esmodules": true } }, "@babel/react" ] ], "plugins": [ "@babel/plugin-proposal-optional-chaining", "inline-react-svg" ] }