1. 07 Mar, 2017 1 commit
    • Joe Haddad's avatar
      Switch to preset-env (#1742) · 24f38f86
      Joe Haddad authored
      * Switch to preset-env
      Disables webpack modules by enabling babel modules to resolve #1638
      
      * Bump babel-core to match babel preset versions
      
      * Add uglify to targets
      24f38f86
  2. 25 Feb, 2017 1 commit
  3. 21 Feb, 2017 1 commit
  4. 16 Feb, 2017 1 commit
  5. 15 Feb, 2017 2 commits
  6. 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
  7. 06 Dec, 2016 2 commits
  8. 21 Nov, 2016 1 commit
  9. 17 Nov, 2016 3 commits
  10. 18 Oct, 2016 1 commit
  11. 11 Oct, 2016 1 commit
  12. 23 Sep, 2016 1 commit
  13. 22 Sep, 2016 1 commit
  14. 19 Sep, 2016 1 commit
  15. 02 Sep, 2016 1 commit
  16. 01 Sep, 2016 2 commits
  17. 25 Aug, 2016 1 commit
  18. 04 Aug, 2016 1 commit
  19. 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
  20. 27 Jul, 2016 2 commits
  21. 20 Jul, 2016 2 commits
  22. 19 Jul, 2016 1 commit