From 760fca083682f6c27ca3f8ccad8050932f3d60fd Mon Sep 17 00:00:00 2001 From: ri7nz Date: Wed, 16 Jan 2019 00:08:57 +0700 Subject: [PATCH] Add preload in public/index.html --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index 496f592..5720168 100644 --- a/public/index.html +++ b/public/index.html @@ -23,6 +23,9 @@ Learn how to configure a non-root public URL by running `npm run build`. --> %REACT_APP_NAME% + <% for ( var css in htmlWebpackPlugin.files.css ) { %> + + <% } %>