Skip to content

Commit

Permalink
fix: remove polyfill (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored Feb 29, 2024
1 parent 1b5dc15 commit 48a2769
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/demo/index.template.ejs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/template/_head.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/demo/index.template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link href="<%=require('../assets/icons/datavisyn_logo.svg')%>" rel="icon" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion src/template/_head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width">
<script src="https://cdn.polyfill.io/v3/polyfill.min.js"></script>

0 comments on commit 48a2769

Please sign in to comment.