Skip to content

Commit 2088022

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
},
3838
"browserslist": [
3939
">0.2%",
40+
"chrome 44",
4041
"not dead",
4142
"not ie <= 11",
4243
"not op_mini all"

0 commit comments

Comments
 (0)