Skip to content

Commit fb71844

Browse files
committed
es-module-shims 1.5.12
Version 1.5.12 is currently - including the latest bug fix 1.5.15 - the best version for the project where the examples work in all tested browsers. See this comment for more details: <purescript#297 (comment)>
1 parent 3cdcc8f commit fb71844

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

client/public/frame.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
66
<meta content="utf-8" http-equiv="encoding">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<script>
9-
window.esmsInitOptions = {
10-
shimMode: true,
11-
};
12-
</script>
138
<!--
149
JSPM Generator Import Map
1510
Edit URL: https://generator.jspm.io/#ZcxBDkAwEEDRWQinMQwhlr2EA9BOZKQqqamtq5OIle1L/s8zgOIag4p6djDLUkpQXjgawh47AsdWtsnjehiqsUWCyJPV0u2boQEbrH9QWS8c9O8Hx5Pj61+ckjgzPOPmBszFaRmMAA
@@ -35,7 +30,7 @@
3530
</script>
3631

3732
<!-- ES Module Shims: Import maps polyfill for modules browsers without import maps support (all except Chrome 89+) -->
38-
<script async src="https://ga.jspm.io/npm:[email protected].9/dist/es-module-shims.js" integrity="sha384-O6YhhDNmwzHXz9VDaEaEtY9rnzCF5Fy+yoxD6StrNyhjwyBrYYOjZkbFRt9zcoGx" crossorigin="anonymous"></script>
33+
<script async src="https://ga.jspm.io/npm:[email protected].12/dist/es-module-shims.js" integrity="sha384-KpzeqocuAuGQvuaqG8NBwER/6UR/rFGoff/DdvgKT1OBZsR/GyQXTn6hrC5J+K2B" crossorigin="anonymous"></script>
3934

4035
<script src="js/frame.js"></script>
4136
</head>

0 commit comments

Comments
 (0)