Skip to content

Commit

Permalink
Merge pull request #51 from reg-viz/remove_polyfill_io
Browse files Browse the repository at this point in the history
chore: Don't load from polyfill.io
  • Loading branch information
Quramy committed Mar 4, 2024
2 parents def00cb + e6446b1 commit a1f2a4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .storybook/preview-head.html
@@ -1 +0,0 @@
<script src="https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserverEntry%2CIntersectionObserver"></script>
1 change: 0 additions & 1 deletion develop/index.html
Expand Up @@ -55,6 +55,5 @@
ximgdiffConfig: { enabled: true, workerUrl: './worker.js' },
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=ResizeObserver%2CIntersectionObserverEntry%2CIntersectionObserver"></script>
</body>
</html>
1 change: 0 additions & 1 deletion develop/index_large_data.html
Expand Up @@ -45,6 +45,5 @@
ximgdiffConfig: { enabled: true, workerUrl: './worker.js' },
};
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=ResizeObserver%2CIntersectionObserverEntry%2CIntersectionObserver"></script>
</body>
</html>

0 comments on commit a1f2a4b

Please sign in to comment.