1. 15 Jan, 2018 3 commits
    • 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
      
      ...
      Unverified
      1552949a
    • everdimension's avatar
      Redisable require.ensure() (#3121) · 813584ff
      everdimension authored
      Unverified
      813584ff
    • Dan's avatar
      Publish · e73a783e
      Dan authored
       - babel-preset-react-app@3.1.1
       - create-react-app@1.5.0
       - eslint-config-react-app@2.1.0
       - react-dev-utils@5.0.0
       - react-error-overlay@4.0.0
       - react-scripts@1.1.0
      e73a783e
  2. 08 Jan, 2018 1 commit
  3. 17 Nov, 2017 1 commit
  4. 27 Sep, 2017 1 commit
    • Joe Haddad's avatar
      Publish · b2c0b3f7
      Joe Haddad authored
       - babel-preset-react-app@3.0.3
       - create-react-app@1.4.1
       - eslint-config-react-app@2.0.1
       - react-dev-utils@4.1.0
       - react-error-overlay@2.0.2
       - react-scripts@1.0.14
      Unverified
      b2c0b3f7
  5. 26 Sep, 2017 1 commit
  6. 06 Sep, 2017 1 commit
  7. 09 Aug, 2017 2 commits
    • Joe Haddad's avatar
      Publish · bfaee410
      Joe Haddad authored
       - babel-preset-react-app@3.0.2
       - create-react-app@1.4.0
       - eslint-config-react-app@2.0.0
       - react-dev-utils@3.1.0
       - react-error-overlay@1.0.10
       - react-scripts@1.0.11
      Unverified
      bfaee410
    • Joe Haddad's avatar
      Update dev deps (#2923) · 9b23be82
      Joe Haddad authored
      * Bump deps
      
      * Fix linter errors
      
      * Whoops
      
      * Try to bump webpack
      
      * Update peer deps to min for eslint 4.x
      9b23be82
  8. 02 Aug, 2017 1 commit
  9. 07 Jul, 2017 1 commit
    • Đinh Quang Trung's avatar
      ESLint 4 (#2735) · bbbc15dc
      Đinh Quang Trung authored
      * Update eslint-loader 1.7.1 -> 1.9.0
      
      * Add eslintPath option
      
      * Update eslint 3.19.0 -> 4.1.1
      
      * Update peer dependencies
      
      * Move eslintPath config to outside @remove-on-eject
      bbbc15dc
  10. 01 Jul, 2017 1 commit
  11. 28 Jun, 2017 2 commits
  12. 24 May, 2017 2 commits
  13. 22 May, 2017 2 commits
  14. 21 May, 2017 2 commits
  15. 19 May, 2017 3 commits
  16. 16 May, 2017 4 commits
  17. 15 May, 2017 2 commits
  18. 14 May, 2017 1 commit
  19. 11 May, 2017 1 commit
  20. 08 May, 2017 1 commit
  21. 05 May, 2017 1 commit
  22. 19 Apr, 2017 1 commit
  23. 09 Mar, 2017 1 commit
    • Ben Alpert's avatar
      Remove 'guard-for-in' lint rule (#1773) · 9c9f8f66
      Ben Alpert authored
      Iterating over an object's keys using `for/in` is idiomatic and it's safe (in all modern browsers) to not check hasOwnProperty as long as the object is a plain object. Can we remove this lint rule?
      9c9f8f66
  24. 07 Mar, 2017 1 commit
  25. 06 Mar, 2017 2 commits
  26. 05 Mar, 2017 1 commit