mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-12 18:35:16 +00:00
polyfills
This commit is contained in:
@@ -11,6 +11,11 @@
|
||||
<link rel='manifest' href='manifest.json'>
|
||||
<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
|
||||
for the current page. CSS for the rest of the app is
|
||||
lazily loaded when it precaches secondary pages -->
|
||||
|
||||
Reference in New Issue
Block a user