googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

uglify-js does not support ES6 #221

Closed tommytee closed 7 years ago

tommytee commented 7 years ago

Is compatibility with anything going to be an issue if ES6 syntax is used without a transpiler?

ES6 syntax requested for https://github.com/googlevr/vrview/pull/210

Should we care about Internet Explorer 11? http://caniuse.com/#search=ES6 3.32% global usage; wonder how many of those support WebGL...

Switch to uglify-es? https://github.com/mishoo/UglifyJS2

lincolnfrog commented 7 years ago

https://github.com/googlevr/vrview/pull/226