mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-09 06:30:40 +02:00
Use babel-polyfill
in place of polyfill.io
CDN (#2496)
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 :(
This commit is contained in:
committed by
Ian Storm Taylor
parent
861ba522b8
commit
37bab503b4
@@ -2702,6 +2702,10 @@ electron@0.4.x:
|
||||
dependencies:
|
||||
drip "1.1.x"
|
||||
|
||||
element-closest@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/element-closest/-/element-closest-2.0.2.tgz#72a740a107453382e28df9ce5dbb5a8df0f966ec"
|
||||
|
||||
elliptic@^6.0.0:
|
||||
version "6.4.0"
|
||||
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.4.0.tgz#cac9af8762c85836187003c8dfe193e5e2eae5df"
|
||||
|
Reference in New Issue
Block a user