We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a787470 commit c7c651dCopy full SHA for c7c651d
package.json
@@ -51,7 +51,8 @@
51
"webpack-cli": "^3.3.10"
52
},
53
"dependencies": {
54
- "core-js": "^3.6.0"
+ "core-js": "^3.6.0",
55
+ "element-closest-polyfill": "^1.0.0"
56
57
"repository": {
58
"type": "git",
src/javascript/index.js
@@ -1,4 +1,6 @@
1
-import 'core-js/es/array/from'; // polyfill IE11
+import 'core-js/es/array/from'; // polyfill IE10/11
2
+import 'element-closest-polyfill'; // polyfill IE10/11
3
+
4
import {initProgressBar} from './progress-bar';
5
6
// get nodelist to bind to the progress-bar
0 commit comments