thlorenz / replpad

Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
http://thlorenz.github.com/replpad/
MIT License
213 stars 19 forks source link

Support babel transpiling #23

Open gilligan opened 8 years ago

gilligan commented 8 years ago

Since I do most of my projects in es6 it would be great if replpad could support transpiling files with babel on load. Is any such feature planned / feasible ?

rgbkrk commented 8 years ago

:+1:

mike-v1 commented 8 years ago

Since I do most of my projects in es6 it would be great if replpad could support transpiling files with babel on load. Is any such feature planned / feasible ?

Probably it might be helpful to you: #26