1. 02 Aug, 2017 10 commits
  2. 26 Jul, 2017 1 commit
  3. 25 Jul, 2017 1 commit
    • themre's avatar
      Feature/webpack3 (#2574) · bc82755a
      themre authored
      * Add source-map-loader to support source maps of dependencies
      
      * merge with latest develop
      
      * add ModuleConcatenationPlugin
      
      * revert source-map-loader
      
      * bump to 3.1 and update dev-server
      
      * rebase to master
      
      * rebase again
      
      * bump webpack
      
      * remove ModuleConcatenationPlugin, downgraded react packages, bump etwp
      
      * ETWP rc1 only for testing
      
      * bump ETWP and webpack 3
      
      * bump WP3
      
      * revert to 3.2.0
      
      * bump sw-precache-webpack-plugin
      
      * bump back to 3.3.0
      
      * bump dev-server and manifest
      bc82755a
  4. 19 Jul, 2017 1 commit
  5. 18 Jul, 2017 1 commit
  6. 14 Jul, 2017 2 commits
  7. 13 Jul, 2017 1 commit
  8. 12 Jul, 2017 1 commit
  9. 10 Jul, 2017 1 commit
  10. 09 Jul, 2017 2 commits
  11. 07 Jul, 2017 3 commits
  12. 06 Jul, 2017 1 commit
  13. 04 Jul, 2017 1 commit
    • Trygve Aaberge's avatar
      Reorder vim arguments in launchEditor so --remote works (#2723) · f495c155
      Trygve Aaberge authored
      This allows you to set REACT_EDITOR to 'vim --remote', so the file can
      be opened in an already running vim process. When using vim without
      remote, it works in the same way as before.
      
      When launching vim without --remote, the order of the line and path
      arguments doesn't matter. However, when using --remote the line argument
      has to precede the path. This happens to be the same as joe and emacs
      uses, so the vim cases were just moved there.
      
      I haven't tested this with mvim, but the documentation says the same as
      the vim documentation, so I assume it works the same.
      f495c155
  14. 03 Jul, 2017 1 commit
  15. 01 Jul, 2017 1 commit
  16. 30 Jun, 2017 1 commit
  17. 29 Jun, 2017 11 commits