diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html index fc8689a2a29a90a15c22f05b4b53885935f314c2..7bee027101ebc858da5cdcf909733043fcd64f86 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.