1. 03 Aug, 2016 2 commits
  2. 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
  3. 01 Aug, 2016 1 commit
  4. 30 Jul, 2016 1 commit
  5. 29 Jul, 2016 3 commits
  6. 28 Jul, 2016 5 commits
  7. 27 Jul, 2016 6 commits
  8. 26 Jul, 2016 2 commits
  9. 25 Jul, 2016 3 commits
  10. 24 Jul, 2016 3 commits
    • Dan Abramov's avatar
      Provide instructions on publishing GH Pages (#162) · 458d3f9e
      Dan Abramov authored
      * Provide instructions on GH Pages deploy
      
      * Add docs for GH Pages deployment
      
      * Prevent incorrect paths in file-loader
      
      * Minor message tweaks
      
      * Update README.md
      
      * Fix relative paths
      458d3f9e
    • Donald Hruska's avatar
      Don't assume the project is hosted at the root (#94) · ef4f8e90
      Donald Hruska authored
      * Don't assume the project is hosted at the root
      * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/'
      
      * Fix package.json path and add sample package.json for tests
      
      * Update publicPath to use relative path portion of URL defined in homepage
      
      * Update successful bundle generation message
      
      * Show bundle generation success message based on presence of homepage in package.json
      ef4f8e90
    • Max Stoiber's avatar
      Disable jsx-handler-name eslint rule (#157) · 662fdb70
      Max Stoiber authored
      Ref #156
      
      Not sure if we can simply delete the line and that'll disable it, so I
      went with setting it to 0. Let me know!
      662fdb70
  11. 23 Jul, 2016 1 commit
  12. 22 Jul, 2016 6 commits
  13. 21 Jul, 2016 2 commits
  14. 20 Jul, 2016 3 commits