{ "presets": [ [ "@babel/preset-env", { "targets": { "browsers": [ "last 2 versions", "ie >= 9" ] } } ] ], "plugins": [ "@babel/plugin-transform-runtime", "@babel/plugin-proposal-object-rest-spread", "syntax-async-functions" ] }