Skip to content
Snippets Groups Projects
  1. Oct 31, 2017
  2. Oct 30, 2017
    • Dan Abramov's avatar
      Add preflight CWD check for npm (#3355) · 1a61cd45
      Dan Abramov authored
      * Add preflight CWD check for npm
      
      * Typos
      1a61cd45
    • Joe Haddad's avatar
      Stop using `npm link` in tests (#3345) · de1beec6
      Joe Haddad authored
      * Try a custom function
      
      * fix path
      
      * install rsync
      
      * Test with node 8
      
      * Ensure package is removed from the tree
      
      * Remove ours
      
      * matching functions
      
      * try cygwin
      
      * try c:/
      
      * sigh
      
      * Try /cygdrive/
      
      * Try /cygdrive/
      
      * Revert "Try /cygdrive/"
      
      This reverts commit ab1ed779456d39bedbdb128a7aec3bb88b8eeb1c.
      
      * Use sub-optimal copy
      
      * Remove rsync install
      
      * Fix variable
      
      * Continue on err
      
      * Don't link react-scripts, lol
      
      * run yarn after eject
      
      * re-enable cleanup
      
      * uninstall yarn
      
      * try with force
      
      * appveyor ... seriously?
      
      * swallow bad eject
      
      * remove eject error swallow
      
      * Revert "run yarn after eject"
      
      This reverts commit eebf1dbc19aeb6e1f66d5ec27bda2d076bea0956.
      
      * Run yarn after eject
      
      * add a comment
      de1beec6
  3. Oct 28, 2017
  4. Oct 26, 2017
  5. Oct 23, 2017
  6. Oct 21, 2017
  7. Oct 19, 2017
  8. Oct 17, 2017
  9. Oct 11, 2017
  10. Oct 06, 2017
    • Tharaka Wijebandara's avatar
      Add click-to-open support for build errors (#3100) · 00ed100b
      Tharaka Wijebandara authored
      * Implement click-to-open for babel syntax errors in build error overlay
      
      * Add click-to-open support for lint errors and refactor parser
      
      * Reactor code to reuse open-in-editor functionality in both build and runtime error overlays
      
      * Fix some eslint warnings
      
      * Add a comment about keeping middleware and dev client in sync
      
      * Remove es6 features from webpack dev client
      
      * Make open-in-editor functionality to work with new iframe script
      
      * Rename `openInEditor` to `editorHandler`
       -  Remove indirection of openInEditorListener
       -  Check editorHandler for null before styling error clickable
      
      * Fix flow errors
      00ed100b
    • jbscript's avatar
  11. Oct 05, 2017
  12. Oct 03, 2017
    • Tharaka Wijebandara's avatar
      Make error overlay to run in the context of the iframe (#3142) · cd3d04b7
      Tharaka Wijebandara authored
      * Make error overlay to run in the context of the iframe
      
      * Configure webpack to build the entire package
      
      * Remove inline raw-loader config
      
      * Configure watch mode for error-overlay webpack build
      
      * Add polyfills to the error-overlay iframe script
      
      * Add header comment
      
      * Configure to fail CI on error or warning
      
      * Suppress flow-type error on importing iframe-bundle
      
      * Change webpack to a dev dependency and pin some versions
      
      * Disable webpack cache
      
      * Update license headers to MIT
      cd3d04b7
Loading