mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
feat: Add ES6 polyfill to examples page (#729)
* feat: Add ES6 polyfill to examples page * Fixes issue with IE11 simply not displaying anything on load due to missing `Symbol` shim * Move script to the bottom before build.prod.js file
This commit is contained in:
parent
6f9e8bc5ec
commit
f39c4327fe
@ -8,6 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<main></main>
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=es6"></script>
|
||||
<script src="build.prod.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user