mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-24 17:23:07 +01:00
Update provides support for running the examples app on IE 11. There appeared to be a number of issues with using `polyfill.io` with slate. While trying to run the example app on IE 11, I ran into each of the following: https://github.com/Financial-Times/polyfill-service/issues/792 https://github.com/Financial-Times/polyfill-service/issues/854 https://github.com/Financial-Times/polyfill-service/issues/1341 `babel-polyfill` provides more robust support for polyfilling and will allow for better targeting of supported browser envs in the future (if desired). Also includes `element-closest` polyfill, which is necessary for using with IE 11 :(