Skip to content

Commit

Permalink
Remove references to polyfill.io
Browse files Browse the repository at this point in the history
  • Loading branch information
arelra committed Feb 27, 2024
1 parent 284d882 commit 0e9e09f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/templates/csr/fabric-xl/index.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- https://polyfill.io/v3/polyfill.min.js?features=default -->
<script lang="ts">
import type { GAMVariable } from '$lib/gam';
import Fabric from '$templates/components/Fabric.svelte';
Expand Down
1 change: 0 additions & 1 deletion src/templates/csr/fabric/index.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- https://polyfill.io/v3/polyfill.min.js?features=default -->
<script lang="ts">
import type { GAMVariable } from '$lib/gam';
import Fabric from '$templates/components/Fabric.svelte';
Expand Down
1 change: 0 additions & 1 deletion src/templates/ssr/interscroller/index.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- https://polyfill.io/v3/polyfill.min.js?features=default -->
<script lang="ts">
</script>

Expand Down
1 change: 0 additions & 1 deletion src/templates/ssr/manual-inline/index.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- https://polyfill.io/v3/polyfill.min.js?features=default -->
<script lang="ts">
import '$templates/components/colours/tones.css';
import '$templates/components/fonts/Sans.css';
Expand Down
1 change: 0 additions & 1 deletion src/templates/ssr/manual-single/index.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- https://polyfill.io/v3/polyfill.min.js?features=default -->
<script lang="ts">
import type { GAMVariable } from '$lib/gam';
import { clickMacro } from '$lib/gam';
Expand Down

0 comments on commit 0e9e09f

Please sign in to comment.