Array.from polyfill
import 'array-from-polyfill';
or
require 'array-from-polyfill';
then use Array.from()
then done