Hi,
I was facing the same problem but my project is using typescript.
I had to specify in tsconfig.json file sourceMap : true and then the source maps were that of es6/ts else I was also getting es5 source maps.
If you are using babel for es6 then may be there is a way to specify the sourcemap generation with babel.
Regards
Kapil