Skip to content

Commit

Permalink
[webapp] changed polyfill src (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacielvieira authored Jul 3, 2024
1 parent db14426 commit d7b5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaspace/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body id="app">
<script type="module" src="/src/main.ts"></script>
<script
src="https://cdn.polyfill.io/v3/polyfill.min.js?features=default,es6,es7,es2017,fetch,IntersectionObserver,Reflect"></script>
src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=es2017%2Ces7%2Ces6%2Cdefault%2Cfetch%2CIntersectionObserver%2CReflect"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/numeric/1.2.6/numeric.min.js"></script>

</body>
Expand Down

0 comments on commit d7b5c91

Please sign in to comment.