AlexGaiser / fast-react

A CLI tool to quickly spin up a lightweight and fully customizable react project
MIT License
0 stars 0 forks source link

Add support for babel to ensure backwards compatibility #16

Open AlexGaiser opened 3 years ago

AlexGaiser commented 3 years ago

Low priority since most users will likely not have issues with compatibility.

If we add babel and improve our compilation process it will be pretty easy to ensure the tool runs in all node environments.

We can use this repository's babel file as a template: