1. 16 May, 2017 1 commit
  2. 27 Mar, 2017 1 commit
  3. 10 Mar, 2017 1 commit
  4. 07 Mar, 2017 2 commits
    • Valerii Sorokobatko's avatar
      update to modern code style (#1738) · fe7b5c21
      Valerii Sorokobatko authored
      * mv create-react-app/index.js -> create-react-app/creteReactApp.js
      
      * update to modern code style
      
      * var -> cosnt
      
      * set trailing-coma to es5 for prettier
      fe7b5c21
    • 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
  5. 25 Feb, 2017 1 commit
  6. 21 Feb, 2017 1 commit
  7. 16 Feb, 2017 1 commit
  8. 15 Feb, 2017 2 commits
  9. 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
  10. 06 Dec, 2016 2 commits
  11. 21 Nov, 2016 1 commit
  12. 17 Nov, 2016 3 commits
  13. 18 Oct, 2016 1 commit
  14. 11 Oct, 2016 1 commit
  15. 23 Sep, 2016 1 commit
  16. 22 Sep, 2016 1 commit
  17. 19 Sep, 2016 1 commit
  18. 02 Sep, 2016 1 commit
  19. 01 Sep, 2016 2 commits
  20. 25 Aug, 2016 1 commit
  21. 04 Aug, 2016 1 commit
  22. 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
  23. 27 Jul, 2016 2 commits
  24. 20 Jul, 2016 2 commits
  25. 19 Jul, 2016 1 commit