From 8ba3f230f401f883ef7640841112254d69d140f7 Mon Sep 17 00:00:00 2001 From: Josh Graham Date: Sat, 15 Oct 2016 13:42:15 -0500 Subject: [PATCH] fix(index): specify utf-8 as the charset Follow best practice to explicitly declare a charset. Relates to #642 --- skeleton-typescript-webpack/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/skeleton-typescript-webpack/index.html b/skeleton-typescript-webpack/index.html index 23be97094..44df662fb 100644 --- a/skeleton-typescript-webpack/index.html +++ b/skeleton-typescript-webpack/index.html @@ -1,6 +1,7 @@ + <%- webpackConfig.metadata.title %>