As far as I can see, the JS code is not transpiled and uses some rather new features / syntax (async, const...).
Since we're launching in production, we should probably lower the bar for compatible browsers (IE11+), and thus add a transpilation step (or write ES5).
As far as I can see, the JS code is not transpiled and uses some rather new features / syntax (
async
,const
...).Since we're launching in production, we should probably lower the bar for compatible browsers (IE11+), and thus add a transpilation step (or write ES5).