1. 11 Dec, 2016 2 commits
  2. 10 Dec, 2016 2 commits
  3. 09 Dec, 2016 1 commit
  4. 07 Dec, 2016 1 commit
    • Dan Abramov's avatar
      Publish · 49414d6b
      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
      49414d6b
  5. 06 Dec, 2016 1 commit
  6. 05 Dec, 2016 1 commit
    • James Newell's avatar
      Don't strip stack traces of evaluated webpack bundles (#1050) · f7d9cd81
      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
      f7d9cd81
  7. 03 Dec, 2016 1 commit
    • Ville Immonen's avatar
      Publish · 5ee027d6
      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
      5ee027d6
  8. 22 Nov, 2016 1 commit
    • Ian McNally's avatar
      add logging of existing default port process on start (#816) · 05c3b55c
      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
      05c3b55c
  9. 17 Nov, 2016 1 commit
  10. 31 Oct, 2016 1 commit
  11. 28 Oct, 2016 1 commit
    • Sandro Padin's avatar
      Catch and noop call to open web browser. (#964) · 0bd593ba
      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.
      0bd593ba
  12. 22 Oct, 2016 1 commit
    • Ville Immonen's avatar
      Publish · a5f760ba
      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
      a5f760ba
  13. 11 Oct, 2016 1 commit
  14. 04 Oct, 2016 1 commit
  15. 03 Oct, 2016 1 commit
    • unixdev's avatar
      Fix script name to open chrome (#831) · 856001ff
      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.
      856001ff
  16. 01 Oct, 2016 1 commit
  17. 30 Sep, 2016 1 commit
  18. 27 Sep, 2016 1 commit
    • Dan Abramov's avatar
      Publish · dc6074ab
      Dan Abramov authored
       - react-dev-utils@0.2.1
       - react-scripts@0.6.1
      dc6074ab
  19. 26 Sep, 2016 1 commit
  20. 25 Sep, 2016 4 commits
  21. 23 Sep, 2016 4 commits