You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Babel is used to convert ECMAScript 2015+ code into a backwards compatible versions of JavaScript. Aka so it can run on all browsers. It's pretty common in web development.
To answer your question of dev-dependencies, yes you are right they could be split out. Feel free to make a PR.
There are a lot of dependencies. It would be useful to separate the dependencies from the dev-dependencies.
And why do you need babeljs?
The text was updated successfully, but these errors were encountered: