Our code in production needs to be minified/uglified ES 5 but in the source we're using ES 6 (and transforming with Babel).
I'm trying to figure the correct workflow to maintaining source maps to the original ES 6 source code after running UglifyJS on the transpiled code.
We're using GruntJS.
Any existing solutions?