You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this, currently, support start at Chrome 48, which has
support for ES6 arrow functions, so this will no longer transpile
them to normal functions.
This breaks support with App Search when it hosts the built script.
By fixing this to at least Chrome 44, we are able to work around this
issue, as arrow functions will always be transpiled.
0 commit comments