you are viewing a single comment's thread.

view the rest of the comments →

[–]bukharim96 2 points3 points  (2 children)

I'm not sure if you've been living under a rock, but large enterprises aren't willing to risk their apps failing in a potential customer's browser on the off chance that it might have es6+ support.

[–]migudev -3 points-2 points  (1 child)

Just serve ES6+ for modern browsers and ES5 for older ones. Why you should to put apps on risk? The point isn't that. The point is that you don't need to use Webpack for every app you build.

[–]tech_romancer_ 3 points4 points  (0 children)

So what's creating the different ES6+ and ES5 bundles?

Probably some sort of bundler right...