1. 02 Mar, 2019 1 commit
  2. 23 Jun, 2018 2 commits
  3. 06 Apr, 2018 1 commit
  4. 18 Mar, 2018 1 commit
    • Brian Ng's avatar
      Bump babel-related deps (#4159) · cb3f8355
      Brian Ng authored
      * Add explicit dep on plugin-proposal-object-rest-spread to babel-preset-react-app
      
      * Bump babel-related deps to beta.42
      
      * Pass useBuiltIns directly to react-preset
      cb3f8355
  5. 22 Jan, 2018 1 commit
  6. 19 Jan, 2018 1 commit
  7. 17 Jan, 2018 1 commit
  8. 15 Jan, 2018 3 commits
    • Joe Haddad's avatar
      Loosen Babel preset to use browserslist (#3770) · aa67a4f7
      Joe Haddad authored
      * Provide better defaults
      
      * Let babel determine features to compile
      
      * meh
      
      * Remove setting of BABEL_ENV
      
      * Revert "Remove setting of BABEL_ENV"
      
      This reverts commit ee2db707.
      
      * Set browsers to ie9
      aa67a4f7
    • Clement Hoang's avatar
      Switch to Babel 7 (#3522) · 1552949a
      Clement Hoang authored
      * Update dependencies in react-scripts
      
      * Add first pass of working dependencies for babel-preset-react-app and react-scripts
      
      * Bump more dependency versions
      
      * Adjust more versions and edit fix options
      
      * Restore functionality of old preset
      
      * Disable Uglify in iframe webpack
      
      * Apply prettier
      
      * Re-enable cache in dev and clean deps
      
      * Lock packages and move babel/core to dep in preset
      
      * Bump babel-jest
      
      * Re-enable uglify
      
      * Nest forceAllTransforms correctly in webpack config
      
      * Install babel-core bridge for jest
      
      * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass
      
      * Re-enable transform-dynamic-import
      
      * Add dynamic import syntax support back
      
      * Use new babel in kitchensink
      
      * Transform modules in test
      
      * Revert "Transform modules in test"
      
      This reverts commit 539e46a1.
      
      * Attempt fix for ejected tests
      
      * try this
      
      * Add regenerator back
      
      * Bump babel deps to beta.34
      
      * Remove bad files
      
      * Use default when requiring babel transform plugin
      
      * Bump deps
      
      * Try the fix?
      
      * Oopsie
      
      * Remove some weird things
      
      * Run Babel on react-error-overlay tests
      
      * Try fixing kitchensink
      
      * Use new API for codeFrame
      
      * Add missing (?) babelrc
      
      * Maybe this helps?
      
      * Maybe fix mocha
      
      * I shouldn't have deleted this :face_palm:
      1552949a
    • Kent C. Dodds's avatar
      add experimental babel-plugin-macros support (#3675) · 3c3547f9
      Kent C. Dodds authored
      * add experimental babel-plugin-macros support
      
      closes #2730
      
      This will remain undocumented until the brave have tried it in the wild.
      
      **Test Plan:**
      
      There's currently no established way to test changes to
      `babel-preset-react-app`. But I did create
      [`unmaintained-react-scripts-babel-macros`](https://www.npmjs.com/package/unmaintained-react-scripts-babel-macros)
      [a while back](https://github.com/facebookincubator/create-react-app/issues/2730#issuecomment-328153982)
      and it worked well.
      
      * Pin the version
      3c3547f9
  9. 14 Jan, 2018 1 commit
  10. 26 Sep, 2017 1 commit
  11. 06 Jul, 2017 1 commit
  12. 16 May, 2017 1 commit
  13. 27 Mar, 2017 1 commit
  14. 10 Mar, 2017 1 commit
  15. 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
  16. 25 Feb, 2017 1 commit
  17. 21 Feb, 2017 1 commit
  18. 16 Feb, 2017 1 commit
  19. 15 Feb, 2017 2 commits
  20. 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
  21. 06 Dec, 2016 2 commits
  22. 21 Nov, 2016 1 commit
  23. 17 Nov, 2016 3 commits
  24. 18 Oct, 2016 1 commit
  25. 11 Oct, 2016 1 commit
  26. 23 Sep, 2016 1 commit
  27. 22 Sep, 2016 1 commit
  28. 19 Sep, 2016 1 commit
  29. 02 Sep, 2016 1 commit
  30. 01 Sep, 2016 2 commits
  31. 25 Aug, 2016 1 commit