NuCivic / react-dash

A framework for building data visualization dashboards using react. Docs: http://react-dashboard.readthedocs.io/en/latest/
MIT License
98 stars 22 forks source link

Add babel object.assign transform #40

Closed topicus closed 7 years ago

topicus commented 7 years ago

Issue: CIVIC-5499

Description

Object.assign is not supported by IE 11 so we need to use a transform to change object.assign by a non native function.