jihchi/app-template-rescript-react

Is Babel necessary?

thezjy opened this issue · 1 comments

Thanks for providing a perfectly working playground to learn Rescript with React!

As far as I can see, Rescript and Snowpack do not need babel to work. I removed the babel.config.json and the app works fine. Am I missing something?

Yes, you're right, babel.config.json is unnecessary, I'll remove it.