From c749de7f34df65c393cfda485e751f9c4e4c7acf Mon Sep 17 00:00:00 2001 From: Ade Viankakrisna Fadlil <viankakrisna@gmail.com> Date: Fri, 19 May 2017 23:55:39 +0700 Subject: [PATCH] add noscript to template's index.html (#2224) * add noscript to template's index.html * Tweak message --- packages/react-scripts/template/public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html index fc8689a2a..7bee02710 100644 --- a/packages/react-scripts/template/public/index.html +++ b/packages/react-scripts/template/public/index.html @@ -22,6 +22,9 @@ <title>React App</title> </head> <body> + <noscript> + You need to enable JavaScript to run this app. + </noscript> <div id="root"></div> <!-- This HTML file is a template. -- GitLab