Skip to content

Commit

Permalink
Merge pull request #418 from JackWH/patch-1
Browse files Browse the repository at this point in the history
Updated FAQs to make --watch-poll instructions clearer
  • Loading branch information
JeffreyWay committed Feb 19, 2017
2 parents 04078d5 + 3da44b0 commit bf4fa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It's highly recommended that you add the following NPM scripts to your `package.

### I'm using a VM, and Webpack isn't picking up my file changes.

If you're running `npm run dev` through a VM, you may find that file changes are not picked up by Webpack. If that's the case, update your NPM script to use the `--watch-poll` flag, rather than `--watch`. Like this:
If you're running `npm run dev` through a VM, you may find that file changes are not picked up by Webpack. If that's the case, update your NPM script to use the `--watch-poll` flag, in addition to the `--watch` flag. Like this:

```js
"scripts": {
Expand Down

0 comments on commit bf4fa02

Please sign in to comment.