Adding CustomEvent polyfill for IE11 support (#16275) (#16284)

* Adding CustomEvent polyfill for IE11 support

* Fixed version

* Fixed version in the yarn.lock as well

* Back to ^
This commit is contained in:
Brandon Kobel 2018-01-25 09:42:40 -05:00 committed by GitHub
parent 8ed690506d
commit ad5a168cc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -115,6 +115,7 @@
"commander": "2.8.1",
"compare-versions": "3.1.0",
"css-loader": "0.28.7",
"custom-event-polyfill": "^0.3.0",
"d3": "3.5.6",
"d3-cloud": "1.2.1",
"dragula": "3.7.0",

View file

@ -4,6 +4,7 @@ import angular from 'angular';
import { metadata } from 'ui/metadata';
import 'babel-polyfill';
import 'whatwg-fetch';
import 'custom-event-polyfill';
import 'ui/timefilter';
import 'ui/notify';
import 'ui/private';

View file

@ -2737,6 +2737,10 @@ currently-unhandled@^0.4.1:
dependencies:
array-find-index "^1.0.1"
custom-event-polyfill@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/custom-event-polyfill/-/custom-event-polyfill-0.3.0.tgz#99807839be62edb446b645832e0d80ead6fa1888"
custom-event@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/custom-event/-/custom-event-1.0.0.tgz#2e4628be19dc4b214b5c02630c5971e811618062"