Commit 2088022
committed
Added Chrome 44 to get Arrow Functions
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.1 parent 77ffc50 commit 2088022
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments