From a3b40f108ff5d33f90fe036af7ef09eb9887db88 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 4 Apr 2019 15:22:03 +0200 Subject: [PATCH] :bug: corrige page blanche sur safari 9 et 10 --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 68d0c76b7..7d09da674 100644 --- a/index.html +++ b/index.html @@ -229,12 +229,17 @@ type="module" src="<%= htmlWebpackPlugin.files.chunks[chunk].entry %>" > - <% } %> + - + + <% for (var chunk in htmlWebpackPlugin.files.chunks) { %> + + <% } %> +