🐛 répare la page blanche sur safari 9

pull/537/head
Johan Girod 2019-05-14 15:28:38 +02:00
parent c4119fc509
commit 6107d566af
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
IntersectionObserver : SAFARI 11 & 12.0 https://caniuse.com/#search=intersectionobserver
Intl : SAFARI 9 & 10.0 https://caniuse.com/#search=Intl
-->
<script src="https://polyfill.io/v3/polyfill.min.js?features=Intl%2CIntersectionObserver"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=Intl.~locale.en%2CIntl.~locale.fr%2CIntersectionObserver"></script>
<% for (var chunk in htmlWebpackPlugin.files.chunks) { %>
<script nomodule src="<%= chunk %>.legacy.bundle.js"></script>
<% } %>