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
Do you mind transpiling your code down to ES5? In a webpack scenario excluding node_modules, your code never gets executed and errors out because of the spread operator.
Hey,
Do you mind transpiling your code down to ES5? In a webpack scenario excluding
node_modules, your code never gets executed and errors out because of the spread operator.Thanks,
Peter