From 3346be5aec9c4885512933f5b0927fdfbc482ad8 Mon Sep 17 00:00:00 2001 From: Sota Yamashtia <sotayamashita@users.noreply.github.com> Date: Mon, 25 Jul 2016 00:01:23 +0900 Subject: [PATCH] Add: index.html: meta tag I added meta tag `<meta http-equiv="x-ua-compatible" content="ie=edge">` --- template/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/template/index.html b/template/index.html index 72e10e94c..77e2c7ef2 100644 --- a/template/index.html +++ b/template/index.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> + <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>React App</title> </head> -- GitLab