Add element-closest-polyfill

This commit is contained in:
Dmitry Lyzo
2024-12-01 20:34:36 +03:00
committed by Bill Thornton
parent 1160b80804
commit 3fd36ee626
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'jquery';
import 'element-closest-polyfill';
import 'fast-text-encoding';
import 'intersection-observer';
import 'classlist.js';