Friday 15 September 2017

Serving ES6 to the client?

I am not sure if this is the place to ask this, but I was wondering if anyone knew any resources on serving ES6 to the browser directly.Right now, the way to use ES6 is to obviously bundle and minify it using a build system like webpack + babel + uglify, but I would like to see the performance and size impacts of serving a truly ES6 website.I could even leave my webpack build process in place and serve the ES5 package if there were missing features, but everytime I google 'serve es6' or 'es6 client' alongside any other keywords, I just am overwhelmed with webpack articles.Thanks in advance.

Submitted September 16, 2017 at 01:22AM by nawgzy

No comments:

Post a Comment