Solved
ES6 syntax error: 'operator is only available in ES6 (use 'esversion: 6')'
Hello,
My platform version is ThingWorx 8.5.4-b222
In service I try to use spread operator:
const result = [...arr1, ...arr2];
But I receive error:
'spread operator' is only avaiable in ES6 (use 'esversion: 6')
How can I fix it?
Thanks in advance.

