ReactRenderer used Object.assign which is an ES 2015 feature that is not supported by IE11. babel-polyfill will now polyfills that function for browsers that do not support it before ReactRenderer tries to use it.
common ------ This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.