barbar/vortigern

Should we add Object.assign polyfill to client.tsx?

bherila opened this issue · 2 comments

Won't typescript handle this based on your target minimum browser javascript support? Its set to es6 atm.

Typescript does not polyfill Object.assign, and as discussed in #139, setting Typescript to ES6 mode causes problems with Babel transpilation from ES6 ->ES5.

The recommendation from @OR13 was to set Typescript to ES5 but then we have this Object.assign issue.