1. 11 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
  2. 06 Dec, 2016 2 commits
  3. 21 Nov, 2016 1 commit
  4. 17 Nov, 2016 3 commits
  5. 18 Oct, 2016 1 commit
  6. 11 Oct, 2016 1 commit
  7. 23 Sep, 2016 1 commit
  8. 22 Sep, 2016 1 commit
  9. 19 Sep, 2016 1 commit
  10. 02 Sep, 2016 1 commit
  11. 01 Sep, 2016 2 commits
  12. 25 Aug, 2016 1 commit
  13. 04 Aug, 2016 1 commit
  14. 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
  15. 27 Jul, 2016 2 commits
  16. 20 Jul, 2016 2 commits
  17. 19 Jul, 2016 1 commit