remixz / run-js

A prototyping server that just works.
MIT License
188 stars 12 forks source link

Auto install babel presets #9

Open youknowriad opened 8 years ago

youknowriad commented 8 years ago

Hi, and tks for this great tool,

Since the lib is already using babel why not enabling parsing the .babelrc and auto installing the presets and plugins ?

Thanks

martinschayna commented 8 years ago

I agree, it will be better. Now it is possible to use babel presets in run-js by manually installing them via npm install. Anyway, great tool!