Skip to content

Commit bd34c0c

Browse files
committed
refactor: correctly consuming this package x-environment
1 parent 1acfa50 commit bd34c0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

demo/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@
4747
<link rel="stylesheet" href="../dist/loading-attribute-polyfill.css" />
4848

4949
<!-- Include polyfill for custom elements and built-in extends support -->
50-
<script src="//unpkg.com/@ungap/custom-elements"></script>
50+
<script
51+
src="https://unpkg.com/@ungap/custom-elements@1.0.0/min.js"
52+
integrity="sha384-Qnq8e4Wl3sSEVAjRedbJV4qEzrdUTWrz34w5/aTeTwdbf71mHIS7+LbnfDdazp+6"
53+
crossorigin="anonymous"
54+
></script>
5155
</head>
5256
<body>
5357
<header>

0 commit comments

Comments
 (0)