Skip to content

Commit 7f20455

Browse files
committed
Comment and changelog entry
1 parent 706018a commit 7f20455

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ New features:
1111
Bugfixes:
1212

1313
Other improvements:
14+
- Update `es-module-shims` to 1.5.12 (#298 by @andys8)
1415

1516
## [v2022-08-12.1](https://github.com/purescript/trypurescript/releases/tag/v2022-08-12.1)
1617

client/public/frame.html

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
</script>
3131

3232
<!-- ES Module Shims: Import maps polyfill for modules browsers without import maps support (all except Chrome 89+) -->
33+
<!-- While 1.5.12 is not the latest release (1.5.16) and still sometimes shows an error (head on null) it is currently the best option -->
34+
<!-- See https://github.com/purescript/trypurescript/pull/297#issuecomment-1214194277 -->
3335
<script async src="https://ga.jspm.io/npm:es-module-shims@1.5.12/dist/es-module-shims.js" integrity="sha384-KpzeqocuAuGQvuaqG8NBwER/6UR/rFGoff/DdvgKT1OBZsR/GyQXTn6hrC5J+K2B" crossorigin="anonymous"></script>
3436

3537
<script src="js/frame.js"></script>

0 commit comments

Comments
 (0)