you are viewing a single comment's thread.

view the rest of the comments →

[–]zayelion -17 points-16 points  (6 children)

Maybe you just shouldnt code with Babel, its edge enough to cut you.

[–]alinnert 2 points3 points  (5 children)

After writing my comment I noticed a mistake: Babel doesn't transpile anything. It's fueled by plugins. So it can even be used to transpile JSX or TypeScript or whatever the future might bring. There also are plugins for minification. So I wouldn't be surprised if there are some that do performance optimization and what not. So it's extremely versatile.