I have a 4.2 rails app and am considering slowly converting the JS to ES6. Right now I'm using the standard rails manifest file from the asset pipeline to pre-process my js.
I'm not sure how to go about starting to use ES6 (adding a transpile step) in my rails app.
Is there a built-in method, or a recommended tool or workflow?