- 11 Dec, 2016 2 commits
-
-
Dan Abramov authored
- create-react-app@1.0.2 - react-dev-utils@0.4.2 - react-scripts@0.8.4
-
Dan Abramov authored
-
- 10 Dec, 2016 2 commits
-
-
Shogun Sea authored
-
Jirat Ki authored
-
- 09 Dec, 2016 1 commit
-
-
Jirat Ki authored
- Use “Chrome” instead of "Google Chrome", It will try to use current active browser. otherwise, use default. - If “Chrome”s aren’t running, will fallback to opn(url)
-
- 07 Dec, 2016 1 commit
-
-
Dan Abramov authored
- babel-preset-react-app@2.0.1 - eslint-config-react-app@0.5.0 - react-dev-utils@0.4.1 - react-scripts@0.8.2
-
- 06 Dec, 2016 1 commit
-
-
Jirat Ki authored
* Reuse empty tab on open chrome apple script * Break find tab into function * Use property to store found * Fix minor issues that caused window to not get active
-
- 05 Dec, 2016 1 commit
-
-
James Newell authored
* Don't strip stack traces of evaluated webpack code * Strip stack traces at the end of a string because the last line doesn't always have a `\n` and `create-react-app` is leaving the last line of the stack traces present in the error messages * code comment * code comment
-
- 03 Dec, 2016 1 commit
-
-
Ville Immonen authored
- babel-preset-react-app@2.0.0 - create-react-app@0.7.0 - eslint-config-react-app@0.4.0 - react-dev-utils@0.4.0 - react-scripts@0.8.0
-
- 22 Nov, 2016 1 commit
-
-
Ian McNally authored
* add logging of existing port process on start * Move port process wording in start command on to next line * Color the named processes as cyan in terminal output * Add handling for multiple processes on a part - With the currently process filtering, if multiple processes are returned as running on port 3000, this command would fail. This splits apart the process IDing and the process naming, to support multiple processes. - One curious thing about the bash command to get processes, is that it'll include browsers with a window open on localhost:3000. May want to reconsider that. * Add process directory to existing port warning - also moved terminal coloring up, when getting the process, to be able to distinguish the process command from the directory * Change output color to all cyan, except "in" * Rename getProcessNameOnPort -> getProcessForPort - better reflects its broadened scope (both command and directory) * Add checking if process is a CRA instance, to customize port running message - moved from using package.json to a regex, for reliability * Move getProcessForPort to react-dev-utils - also allowed for breakdown of commands into helper methods * Add documentation for getProcessForPort * Add getProcessForPort to list of dev-scripts files * Use app's package name when CRA app is running on another port * Filter port process by those listening - Removed the handling of multiple process IDs since you can filtering by listening process (and not have the browser in the list of processes) - Trimmed the terminal outputs for better matching (process id) and better terminal output (directory of process) * Update README on port helpers, to specify only one port returned * Add ignore of stderr when executing process commands - Make sure any potential errors don't leak to the user
-
- 17 Nov, 2016 1 commit
-
-
Einar Löve authored
* Correctly checks site url to tab url in reuse check * Bring chrome to foreground focused after tab reuse
-
- 31 Oct, 2016 1 commit
-
-
Einar Löve authored
* Allow webpack 2 as peerDependency * Remove webpack as peer dependency
-
- 28 Oct, 2016 1 commit
-
-
Sandro Padin authored
Running `create-react-app` in a Docker container causes an unhandled rejection error in nodejs > 6.5 because the `opn` module tries to open a web browser in a system that doesn't have one. I figured this error could be safely ignored.
-
- 22 Oct, 2016 1 commit
-
-
Ville Immonen authored
- babel-preset-react-app@1.0.0 - create-react-app@0.6.0 - eslint-config-react-app@0.3.0 - react-dev-utils@0.3.0 - react-scripts@0.7.0
-
- 11 Oct, 2016 1 commit
-
-
Jarle Friestad authored
* Dispose error overlay when linting errors have been corrected * Fixed spelling error * Minor style tweaks
-
- 04 Oct, 2016 1 commit
-
-
Michal Kvasničák authored
* Support webpack 2 * Code style
-
- 03 Oct, 2016 1 commit
-
-
unixdev authored
A previous commit renamed the apple script to open chrome from `chrome.applescript` to `openChrome.applescript`. That created a minor bug. Even when chrome was open with the client app, `npm start` would open the client app in a new Safari tab on macOS instead of re-using the open tab in chrome.
-
- 01 Oct, 2016 1 commit
-
-
Brian Ng authored
-
- 30 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 27 Sep, 2016 1 commit
-
-
Dan Abramov authored
- react-dev-utils@0.2.1 - react-scripts@0.6.1
-
- 26 Sep, 2016 1 commit
-
-
Ville Immonen authored
-
- 25 Sep, 2016 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Add syntax error overlay in development * Support HMR being disabled * Tweak CSS
-
- 23 Sep, 2016 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Extract some utilities into a separate package * Add utils dir to `files` in package.json * Do not create an empty `utils` dir on eject
-