Skip to content
Snippets Groups Projects
Commit 41465270 authored by Fatih Acet's avatar Fatih Acet
Browse files

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
No related branches found
No related tags found
No related merge requests found
// 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';
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment