Commit Graph

1356 Commits

Author SHA1 Message Date
Dan Abramov
419e4d8f57 Add a note about Babel 2018-01-08 21:32:01 +00:00
Ernesto García
1b067c5659 Autodetect MacVim editor (#3545)
Adds support for the error overlay to detect and open the file with the error in MacVim.

Relates to #2636.
2018-01-08 21:08:29 +00:00
Dan Abramov
077dc228ee Update README.md 2018-01-08 20:59:38 +00:00
Clayton Ray
58e31f9b97 Update readme.md (#3712)
Add TypeScript to **Popular Alternatives**
2018-01-08 19:53:56 +00:00
Dan Abramov
7ecbc029c7 Update README.md 2018-01-08 18:51:09 +00:00
Dan Abramov
b2f48ceae3 Update README.md 2018-01-08 18:42:45 +00:00
Dan Abramov
4bbff3b96b Update README.md 2018-01-08 18:00:47 +00:00
Dan Abramov
5e2290b2b9 Update README.md 2018-01-08 17:57:55 +00:00
Dan Abramov
965eddc5ff Update README.md 2018-01-08 17:55:58 +00:00
Dan Abramov
7f081adc46 Rewrite README 2018-01-08 17:50:50 +00:00
Dan Abramov
43e794ddbb Add a link to an overview 2018-01-08 17:07:08 +00:00
Dan Abramov
0ce81854c8 Use npx in README 2018-01-08 17:03:44 +00:00
Dan Abramov
6c594ada57 Link to a new help section 2018-01-08 14:42:49 +00:00
Dan Abramov
8bb72919cc on -> to 2018-01-08 14:42:40 +00:00
Dan Abramov
16934fad47 Add a section on publishing components to npm 2018-01-08 14:40:24 +00:00
Dan Abramov
4f0cdcffa9 Fix the router doc 2018-01-08 14:36:28 +00:00
Dan Abramov
553712636d Link to React docs 2018-01-08 14:33:03 +00:00
Dan Abramov
f175c90753 Link to section about routing 2018-01-08 14:31:09 +00:00
Dan Abramov
1908dd11fb Link to a new user guide section 2018-01-08 14:29:46 +00:00
Dan Abramov
1c9301ad2f Add a section on supported browsers 2018-01-08 14:29:14 +00:00
Dan Abramov
ece9523056 Link to an explanation for forking react-scripts (#3710) 2018-01-08 14:16:45 +00:00
Dan Abramov
bb718307ba Document adding a router (#3709) 2018-01-08 14:02:26 +00:00
Norris Oduro
8cae659ec5 Fix path regex match bug (#3686)
* Fix path regex match bug

* Use the escape-string-regexp package to escape regex characters

* Remove redundant character escape from path

* Add removed escape of backslashes
2018-01-04 13:15:50 -05:00
Quentin Bahers
12120f6f55 Fix typo in the User Guide (#3670)
Replace `provide a lot value` with `provide a lot of value`.
2018-01-02 11:53:45 -05:00
Elie
5d7845a733 Update README.md (#3645) 2018-01-02 11:15:32 -05:00
Christian Danielsen
76e3165412 Use friendlier syntax for setting env var on Windows (#3533)
* use safer/more aesthetic syntax

* fix typo
2018-01-02 11:01:42 -05:00
Amadeo Gallardo
ed5c48c81b Updated Debugging Tests for VSCode (#3605)
The launch configuration code provided is not compatible with VSCode since version 1.19.
The proposed documentation change is based on the response by a VSCode team member.

References:
https://github.com/facebookincubator/create-react-app/issues/3602#issuecomment-352075571
https://github.com/Microsoft/vscode/issues/40293#issuecomment-352017028
2017-12-18 15:36:32 -05:00
Nils Magnus Englund
bd682de1f6 Fixed typo in webpack.config.dev.js (#3601)
Replaced `it's` with `its`
2017-12-15 13:17:33 -05:00
Rahul Chanila
a1c5b8f705 Updates comment to reflect codebase (#3576)
the code got updated from `detect()` to `choosePort` while the comment did not.
2017-12-10 21:10:19 -05:00
Ian Sutherland
af291f3cb6 Add mjs and jsx filename extensions to file-loader exclude pattern (#3537) 2017-12-07 13:20:45 -05:00
Dan Abramov
9af042263f Unmount the App in the default test (#3511) 2017-11-27 22:32:57 +00:00
Aaron Lamb
770fdf4ba1 Update User Guide with deploying to GitHub User pages (#3510) 2017-11-27 16:28:42 -05:00
David Gilbertson
733ba3ab41 Add link to nvm-windows (#3489) 2017-11-27 08:07:07 -05:00
Gavin Gilmour
032e62196e Update Prettier editor integration link (#3503) 2017-11-25 13:52:32 +00:00
Joe Haddad
c789794c36 Fix run-time error unregistering (#3474) 2017-11-20 23:23:00 -05:00
JANG SUN HYUK
657d145f34 Fix misspelling (#3468) 2017-11-19 16:16:41 +00:00
Misha Khokhlov
47af4b42cd Fix broken link to href-no-hash eslint rule (#3460)
This fixes the broken link to removed `href-no-hash.md` file, that is no longer available in the [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) plugin (since [6.0.0](a14617528c/CHANGELOG.md))
2017-11-17 05:17:25 -08:00
Jeffrey Posnick
daf8df1ab3 Add a localhost-only log message pointing folks to the PWA docs. (#3455) 2017-11-15 13:51:35 -05:00
vannio
801fec286e Fix dead link (#3453)
Fix another dead link
2017-11-15 11:41:07 +00:00
Matt Morgis
b555192b43 Explain how to debug tests (#2992)
* docs: adding section about debugging tests

* docs: removing node-inspector references

* docs: replacing terminal command with npm script

* Update README.md
2017-11-14 08:05:34 -05:00
Trevor Brindle
756a9a0fa8 add —use-npm flag to bypass yarn (#3409)
* add —use-npm flag to bypass yarn

* add e2e test for —use-npm flag
2017-11-09 14:03:40 -05:00
Joe Lim
4bec877178 Improve eject message (#3416)
* improve eject message

* cross os implementation
2017-11-07 13:37:40 -05:00
Ovidiu Cherecheș
5b4ff563eb Export dismissRuntimeErrors function (#3414) 2017-11-05 13:41:56 -05:00
Joe Lim
231873e948 one-line waiting for app start (#3411)
* one-line waiting for app start

* remove fixed todo
2017-11-05 07:12:50 -05:00
Joe Lim
36cd35d684 Refactor extra watch options regex to react-dev-utils (#3362)
* extra watch options regex to react-dev-utils

* fix regex

* add test

* fix eslint error

* include react-dev-utils test in CI script

* attempt to fix import error

* attempt to fix error on CI

* Update .eslintrc
2017-11-03 22:23:31 -04:00
Dan Abramov
4b55193f0a Publish
- react-scripts@1.0.17
react-scripts@1.0.17 v1.0.17
2017-11-03 18:27:41 +00:00
Dan Abramov
cfbd468ae3 Add 1.0.17 changelog (#3402) 2017-11-03 18:27:24 +00:00
Dan Abramov
5811d55f70 Use new WebpackDevServer option (#3401) 2017-11-03 18:18:57 +00:00
Loren Sands-Ramshaw
90c83f7927 Fix grammar in README (#3394)
"subway" by itself is not a proper noun
2017-11-03 18:11:12 +00:00
Kenneth Auchenberg
2cb48716ec Add link to VS Code troubleshooting guide (#3399)
* Add link to VS Code troubleshooting guide

* Update README.md
2017-11-03 18:09:29 +00:00