1. 02 Sep, 2016 6 commits
  2. 01 Sep, 2016 4 commits
  3. 31 Aug, 2016 2 commits
  4. 28 Aug, 2016 1 commit
  5. 25 Aug, 2016 1 commit
  6. 23 Aug, 2016 1 commit
  7. 22 Aug, 2016 1 commit
  8. 18 Aug, 2016 1 commit
  9. 15 Aug, 2016 1 commit
  10. 12 Aug, 2016 1 commit
    • Andrey Popp's avatar
      Load favicon through html-loader. (#428) · 60178ac7
      Andrey Popp authored
      * Load favicon through html-loader.
      
      Fixes #291.
      
      * Add test for *.ico in e2e test suite
      
      * Configure html-loader to process <link href="...">
      
      * Address feedback on html-loader inclusion.
      
      * Place favicon.ico at the root of the build dir
      
      * Make comment style consistent between prod and dev webpack configs
      
      * Fix html-loader config in dev mode
      60178ac7
  11. 09 Aug, 2016 1 commit
  12. 08 Aug, 2016 1 commit
  13. 05 Aug, 2016 2 commits
  14. 04 Aug, 2016 3 commits
  15. 03 Aug, 2016 2 commits
  16. 02 Aug, 2016 2 commits
    • Ville Immonen's avatar
      Transform async functions with regenerator (#332) · 6ea7ec5a
      Ville Immonen authored
      * Transform async functions with regenerator
      
      Remove `transform-async-to-generator`, which to my understanding is meant
      to be used in environments that support generators natively.
      
      Because we're compiling generators to ES5 anyway, we can simply use
      `regenerator` to transform async functions too, which results in
      slightly simpler output and only uses the regenerator runtime instead
      regenerator runtime + _asyncToGenerator Babel helper.
      
      * Add babel-plugin-transform-regenerator
      
      * Use dependencies with an exact version
      6ea7ec5a
    • Dan Abramov's avatar
      Support async/await (#327) · fa38991b
      Dan Abramov authored
      * Make Babel config more verbose and simpler
      
      * Support async/await
      fa38991b
  17. 01 Aug, 2016 1 commit
  18. 30 Jul, 2016 1 commit
  19. 29 Jul, 2016 3 commits
  20. 28 Jul, 2016 5 commits