I think at the moment this is a tricky thing to do in a fully integrated way
but doing it manually should be fine - you need to precompile your code using
babel, and then run the generator. You wouldn’t need to run the generator
every time (unless you add dependencies to your code), but obvious
A wonderful afternoon everyone,
I've got a quick question: How would I go about integrating babel
(https://babeljs.io/) into the generator? I don't want the original
code to be transformed permanently, but only when it's actually being
compiled.
From what I could gather from the documentation