Skip to content

Commit 8155198

Browse files
Fix double main call by updating es-module-shims to 1.5.6 (#279)
* Fix double main call by updating es-shims to 1.5.6 * Add changelog entry
1 parent 2aa6fe5 commit 8155198

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Breaking changes:
99
New features:
1010

1111
Bugfixes:
12+
- Stop double `main` invocation by updating `es-module-shims` to 1.5.6 (#279 by @JordanMartinez)
1213

1314
Other improvements:
1415

client/public/frame.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</script>
4242

4343
<!-- ES Module Shims: Import maps polyfill for modules browsers without import maps support (all except Chrome 89+) -->
44-
<script async src="https://ga.jspm.io/npm:[email protected].5/dist/es-module-shims.js" integrity="sha384-Zt+0efULC2q2dftjz0uNzXeTpPVuSLLekXQv9HoRuigkAyLPaUFvPVpYYhu2Xc/t" crossorigin="anonymous"></script>
44+
<script async src="https://ga.jspm.io/npm:[email protected].6/dist/es-module-shims.js" integrity="sha384-Zi3OSEiS8YnN0yIdnkInyBlzXCGA18AMnQuPb+T1hXvE4DIDhGIp2QIBZcm4WNIU" crossorigin="anonymous"></script>
4545

4646
<script src="js/frame.js"></script>
4747
</head>

0 commit comments

Comments
 (0)