Bundle a JSX application for a comma-separated list of browsers

esbuild

esbuild --bundle --minify --sourcemap --target={{chrome58,firefox57,safari11,edge16}} {{path/to/file.jsx}}

click the source code to copy