🐛 polyfill par défaut lorsque le user agent n'est pas reconnu

pull/267/head
Johan Girod 2018-06-21 10:37:00 +02:00
parent ee6c1d0187
commit 8a0903422d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<body>
<div id="js" />
<script src="https://use.fontawesome.com/1da10bbdec.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en,Intl.~locale.fr,IntersectionObserver"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Intl.~locale.en,Intl.~locale.fr,IntersectionObserver&unknown=polyfill"></script>
<script type="text/javascript" src="/dist/bundle.js"></script>
</body>