1. 03 Nov, 2017 1 commit
  2. 03 Oct, 2017 2 commits
  3. 26 Sep, 2017 1 commit
  4. 28 Aug, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Convert react-error-overlay to React (#2515) · ecd1f054
      Tharaka Wijebandara authored
      * Convert react-error-overlay to React
      
      * Update compile-time error overlay to use react-error-overlay components
      
       * Refactor react-error-overlay components to container and presentational components.
      
       * Make the compile-time error overlay a part of react-error-overlay package.
      
       * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.
      
      * Run Prettier
      
      * Move the function name fix into StackFrame itself
      
      * Fix clicking on source code snippet to open the code in editor
      
      * Use exact objects + minor style tweak
      
      * Don't linkify frames that don't exist on the disk
      
      * Fix lint
      
      * Consolidate iframe rendering logic
      
      * Remove circular dependency between react-dev-utils and react-error-overlay
      
      * Fix lint
      
      * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware
      
      * Deduplicate identical errors
      ecd1f054
  5. 28 Jun, 2017 1 commit
  6. 20 May, 2017 2 commits
  7. 18 May, 2017 1 commit
  8. 15 May, 2017 2 commits
    • Joe Haddad's avatar
      Show network address on start (#2155) · ac63130a
      Joe Haddad authored
      * Show network address on start
      
      * Tweak visual representation
      ac63130a
    • James Blight's avatar
      Allow custom proxies in development (#1790) · 71a27c0f
      James Blight authored
      * Change proxy handling to allow multiple proxies to be specified in package.json.
      
      * Up webpack-dev-server to 2.4.2
      
      Webpack Dev Server version 2.4.2 handles the external websocket upgrade
      for all proxies
      
      * Fix the listen() call
      
      * Switch to correct default host
      
      * Remove promises and extract to react-dev-utils
      
      * oops
      71a27c0f
  9. 07 Mar, 2017 1 commit
  10. 06 Mar, 2017 1 commit
  11. 04 Mar, 2017 1 commit
    • Daniel Grant's avatar
      Modularise scripts (#1433) · b88d6655
      Daniel Grant authored
      * Refactor start script into modules
      
      * Move dev server config into config file
      
      * Replace eject file whitelist with a "remove-file-on-eject" flag
      
      * Move utils into scripts folder (for inclusion in ejection)
      
      * Add missed changes
      
      * Pass showInstructions as an argument
      
      * Fix eject bug
      
      * Don't eject babelTransform
      b88d6655