polyfills

This commit is contained in:
Rich Harris
2018-08-31 08:56:45 -04:00
parent 4c6e28ae6d
commit de338ca46e

View File

@@ -11,6 +11,11 @@
<link rel='manifest' href='manifest.json'> <link rel='manifest' href='manifest.json'>
<link rel='icon' type='image/png' href='favicon.png'> <link rel='icon' type='image/png' href='favicon.png'>
<script>
(window.Promise && [].includes && Object.assign && window.Map) ||
document.write('<script src="https://cdn.polyfill.io/v2/polyfill.min.js"><\/script>');
</script>
<!-- Sapper generates a <style> tag containing critical CSS <!-- Sapper generates a <style> tag containing critical CSS
for the current page. CSS for the rest of the app is for the current page. CSS for the rest of the app is
lazily loaded when it precaches secondary pages --> lazily loaded when it precaches secondary pages -->