1. 15 May, 2017 1 commit
    • 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
  2. 07 Mar, 2017 1 commit
  3. 06 Mar, 2017 1 commit
  4. 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