Commit 41465270 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'bug/44103-ie11-compatibility' into 'master'

Array.fill polyfill for IE 11 compatibility.

Closes #44103

See merge request gitlab-org/gitlab-ce!17897
parents f6eeb135 501a73b6
// ECMAScript polyfills
import 'core-js/fn/array/fill';
import 'core-js/fn/array/find';
import 'core-js/fn/array/find-index';
import 'core-js/fn/array/from';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment