Skip to content

Commit

Permalink
Add noscript to body when migrating to 1.0.0 (facebook#3897)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgeorgev authored and gaearon committed Jan 22, 2018
1 parent 07f374f commit 726e5f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,14 @@ After the regular update procedure above, add these line to `<head>` in `public/
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
```

Add `<noscript>` to `<body>` in `public/index.html`:

```html
<noscript>
You need to enable JavaScript to run this app.
</noscript>
```

Then create a file called `public/manifest.json` that looks like this:

```js
Expand Down

0 comments on commit 726e5f9

Please sign in to comment.