Skip to content

Commit

Permalink
Update documentation based off pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sresant committed Oct 11, 2016
1 parent 75fd0d3 commit d22af2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/react-server-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default (webpackConfig) => {
}
```

In the `.reactserverrc` file add an option for `webpackConfig` that points to that function file and when React Server is setting up Webpack it will call your function with the result of the built in Webpack options, allowing you to make any modifications needed. On the command line use the option `--webpack-config`
In the `.reactserverrc` file add an option for `webpackConfig` that points to that function file and when React Server is setting up Webpack it will call your function with the result of the built in Webpack options, allowing you to make any modifications needed. This may also be specified on the command line with the `--webpack-config=<FILE>` option.



Expand Down

0 comments on commit d22af2b

Please sign in to comment.