Wednesday, 1 April 2020

How to use Babel with EJS

Hi, I have a node app in which I use EJS (a templating engine) to render my views. I use some ES6 features both in the embedded javascript as well as in my script tag. Unfortunately they don't work in IE and edge which means that I must use Babel. I have no idea how to correctly implement it and set it up. Are there are any good tutorials?Thanks

Submitted April 01, 2020 at 09:51AM by everek123

No comments:

Post a Comment