Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Installing Dependencies

Tzili Hod
Tzili Hod
5,836 Points

Babel for compiling es2015

Do you still have to compile es2015 to earlier version of javascript? Aren't most web browsers up to date now?

1 Answer

akak
akak
29,445 Points

Have in mind that a lot of people use older browsers. The fact that something is available doesn't mean it's in common use. Large companies still want websites to be compatible with IE8 for example. So I hope you get the idea :) I would say IE8 compatibility is not a must right now and it's fair to omit that if it's not strictly in you project specs but you still should transpile code if you're using ES6.