1. 03 Nov, 2017 1 commit
  2. 02 Nov, 2017 1 commit
  3. 31 Oct, 2017 5 commits
  4. 30 Oct, 2017 1 commit
  5. 28 Oct, 2017 15 commits
  6. 26 Oct, 2017 1 commit
  7. 23 Oct, 2017 1 commit
  8. 21 Oct, 2017 1 commit
  9. 19 Oct, 2017 1 commit
  10. 17 Oct, 2017 2 commits
  11. 11 Oct, 2017 4 commits
  12. 06 Oct, 2017 2 commits
    • 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
    • Jonny Buchanan's avatar
  13. 05 Oct, 2017 1 commit
  14. 03 Oct, 2017 3 commits
    • 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
    • Joe Haddad's avatar
      Fix Windows compatibility (#3232) · 01a0d737
      Joe Haddad authored
      * Windows compatibility
      
      * Use regex for mutli-replace
      01a0d737
    • Joe Lim's avatar
      Watch for changes in `src/**/node_modules` (#3230) · 1e98d0f4
      Joe Lim authored
      * Allow the dev server to watch for changes in src/node_modules
      
      * fix eslint error
      
      * fix broken regex
      
      * handle trailing slash edge case for file paths
      
      Closes #2760
      Fixes #3223
      1e98d0f4
  15. 29 Sep, 2017 1 commit