Nouvelle tentative aveugle de résolution de #893

pull/917/head
Maxime Quandalle 2020-03-05 10:33:44 +01:00
parent 6d185eec32
commit 65a9058e28
No known key found for this signature in database
GPG Key ID: 428641C03D29CA10
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
-->
<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>
<!-- <script nomodule src="<%= chunk %>.legacy.bundle.js"></script> -->
<% } %>
</body>
</html>