{ "presets": [ [ "@babel/preset-env", { "modules": false, "targets": { "browsers": [ "last 2 versions", "safari >= 7" ], "node": 8 } } ] ], "plugins": [ [ "@babel/plugin-transform-runtime", { "helpers": false, "regenerator": true } ], "@babel/plugin-proposal-class-properties", "@babel/plugin-transform-destructuring", "@babel/plugin-transform-for-of", "@babel/plugin-transform-modules-commonjs", "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-transform-regenerator", "syntax-async-functions" ] }