Skip to content

Commit

Permalink
Fix typos after review.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderTserkovniy committed Jan 17, 2017
1 parent 61b5954 commit 03b55e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/hmr-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ That's because we're using `NamedModulesPlugin`.

### Production

Minimal steps in order to get rid out of the HMR on production. As webpack sets `NODE_ENV` for working files only, we need to specify it before webpack for production is onvoked.
Minimal steps in order to get rid of HMR on production. As webpack sets `NODE_ENV` for working files only, we need to specify it before webpack for production is invoked.

Add in `package.json` next script:
```json
Expand Down

0 comments on commit 03b55e6

Please sign in to comment.