Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable 1.0 docs #2220

Merged
merged 10 commits into from
May 19, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tune wording
  • Loading branch information
Timer committed May 19, 2017
commit 377432f95d120990e1477fcdd44624ecd188348f
4 changes: 2 additions & 2 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,8 @@ If the `proxy` option is **not** flexible enough for you, alternatively you can:

>Note: this feature is available with `react-scripts@1.0.0` and higher.

If the `proxy` option is **not** flexible enough for you, you can also specify an object in the following form (in `package.json`).<br>
You may also specify any configuration value [supported by `http-proxy-middleware`](https://github.com/chimurai/http-proxy-middleware#options) and [`http-proxy`](https://github.com/nodejitsu/node-http-proxy#options).
If the `proxy` option is **not** flexible enough for you, you can specify an object in the following form (in `package.json`).<br>
You may also specify any configuration value [`http-proxy-middleware`](https://github.com/chimurai/http-proxy-middleware#options) or [`http-proxy`](https://github.com/nodejitsu/node-http-proxy#options) supports.
```js
{
// ...
Expand Down